#A06E33

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

Shades of Buttered Rum #A06E33

Tints of Buttered Rum #A06E33

Color information

#A06E33 (or 0xA06E33) is unknown color: approx Buttered Rum. HEX triplet: A0, 6E and 33. RGB value is (160,110,51). Sum of RGB (Red+Green+Blue) = 160+110+51=321 (42% of max value = 765). Red value is 160 (62.89% from 255 or 49.84% from 321); Green value is 110 (43.36% from 255 or 34.27% from 321); Blue value is 51 (20.31% from 255 or 15.89% from 321); Max value from RGB is 160 - color contains mainly: red. Hex color #A06E33 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A06E33 is #5F91CC. Grayscale: #767676. Windows color (decimal): -6263245 or 3370656. OLE color: 3370656.

HSL color Cylindrical-coordinate representation of color #A06E33: hue angle of 32.48º degrees, saturation: 0.52, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A06E33 is Cyan = 0, Magento = 0.31, Yellow = 0.68 and Black (K on CMYK) = 0.37.

Color convert

RGB16011051-
CMYK00.310.680.37
HSL32.48º51.66%41.37%-
HSV(B)32.48º68.12%62.75%-
XYZ20.6718.865.68-
YUV118.2290.06157.8-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 49.84%
GREEN value IS 110 (43.36% from 255) = 34.27%
BLUE value IS 51 (20.31% from 255) = 15.89%
R=49.84%
G=34.27%
B=15.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.68
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1601105100.310.680.3732.4851.6641.37
HexA06E3301F4425203429
Octal2401566303710445406451
Binary1010000011011101100110111111000100100101100000110100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A06E33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A06E33; }

 p { color: rgb(160,110,51); }

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

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

 a { background-color: rgb(160,110,51); }

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

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

 span { border-color: rgb(160,110,51); }

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