#a06b24

Color #A06B24 Buttered Rum (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Buttered Rum #A06B24

Tints of Buttered Rum #A06B24

Color information

#A06B24 (or 0xA06B24) is unknown color: approx Buttered Rum. HEX triplet: A0, 6B and 24. RGB value is (160,107,36). Sum of RGB (Red+Green+Blue) = 160+107+36=303 (40% of max value = 765). Red value is 160 (62.89% from 255 or 52.81% from 303); Green value is 107 (42.19% from 255 or 35.31% from 303); Blue value is 36 (14.45% from 255 or 11.88% from 303); Max value from RGB is 160 - color contains mainly: red. Hex color #A06B24 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A06B24 is #5F94DB. Grayscale: #737373. Windows color (decimal): -6264028 or 2386848. OLE color: 2386848.

HSL color Cylindrical-coordinate representation of color #A06B24: hue angle of 34.35º degrees, saturation: 0.63, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #A06B24 is Cyan = 0, Magento = 0.33, Yellow = 0.78 and Black (K on CMYK) = 0.37.

Color convert

RGB16010736-
CMYK00.330.780.37
HSL34.35º63.27%38.43%-
HSV(B)34.35º77.5%62.75%-
XYZ20.0718.124.11-
YUV114.7583.56160.27-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 160 (62.89% from 255) = 52.81%
GREEN value IS 107 (42.19% from 255) = 35.31%
BLUE value IS 36 (14.45% from 255) = 11.88%
R=52.81%
G=35.31%
B=11.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.78
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1601073600.330.780.3734.3563.2738.43
HexA06B240214E25223f26
Octal2401534404111645427746
Binary10100000110101110010001000011001110100101100010111111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a06b24

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a06b24; }

 p { color: rgb(160,107,36); }

 H1.HeaderClassName
 {
   color: #a06b24;
 }
 .AnyTagClassName
 {
   color: #a06b24;
 }
</style>
background-color css

<style>
 a { background-color: #a06b24; }

 a { background-color: rgb(160,107,36); }

 div.DivClassName
 {
   background-color: #a06b24;
 }
 .BgClassName
 {
   background-color: #a06b24;
 }
</style>
border-color css

<style>
 span { border-color: #a06b24; }

 span { border-color: rgb(160,107,36); }

 td.TdClassName
 {
   border-color: #a06b24;
 }
 .TagClassName
 {
   border-color: #a06b24;
 }
</style>