#A06C29

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

Shades of Buttered Rum #A06C29

Tints of Buttered Rum #A06C29

Color information

#A06C29 (or 0xA06C29) is unknown color: approx Buttered Rum. HEX triplet: A0, 6C and 29. RGB value is (160,108,41). Sum of RGB (Red+Green+Blue) = 160+108+41=309 (40% of max value = 765). Red value is 160 (62.89% from 255 or 51.78% from 309); Green value is 108 (42.58% from 255 or 34.95% from 309); Blue value is 41 (16.41% from 255 or 13.27% from 309); Max value from RGB is 160 - color contains mainly: red. Hex color #A06C29 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A06C29 is #5F93D6. Grayscale: #747474. Windows color (decimal): -6263767 or 2714784. OLE color: 2714784.

HSL color Cylindrical-coordinate representation of color #A06C29: hue angle of 33.78º degrees, saturation: 0.59, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #A06C29 is Cyan = 0, Magento = 0.32, Yellow = 0.74 and Black (K on CMYK) = 0.37.

Color convert

RGB16010841-
CMYK00.320.740.37
HSL33.78º59.2%39.41%-
HSV(B)33.78º74.37%62.75%-
XYZ20.2618.364.57-
YUV115.9185.73159.45-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 51.78%
GREEN value IS 108 (42.58% from 255) = 34.95%
BLUE value IS 41 (16.41% from 255) = 13.27%
R=51.78%
G=34.95%
B=13.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.74
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1601084100.320.740.3733.7859.239.41
HexA06C290204A25223b27
Octal2401545104011245427347
Binary10100000110110010100101000001001010100101100010111011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A06C29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A06C29; }

 p { color: rgb(160,108,41); }

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

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

 a { background-color: rgb(160,108,41); }

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

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

 span { border-color: rgb(160,108,41); }

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