#A17229

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

Shades of Buttered Rum #A17229

Tints of Buttered Rum #A17229

Color information

#A17229 (or 0xA17229) is unknown color: approx Buttered Rum. HEX triplet: A1, 72 and 29. RGB value is (161,114,41). Sum of RGB (Red+Green+Blue) = 161+114+41=316 (41% of max value = 765). Red value is 161 (63.28% from 255 or 50.95% from 316); Green value is 114 (44.92% from 255 or 36.08% from 316); Blue value is 41 (16.41% from 255 or 12.97% from 316); Max value from RGB is 161 - color contains mainly: red. Hex color #A17229 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A17229 is #5E8DD6. Grayscale: #787878. Windows color (decimal): -6196695 or 2716321. OLE color: 2716321.

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

Color convert

RGB16111441-
CMYK00.290.750.37
HSL36.5º59.41%39.61%-
HSV(B)36.5º74.53%63.14%-
XYZ21.1219.774.8-
YUV119.7383.57157.44-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 50.95%
GREEN value IS 114 (44.92% from 255) = 36.08%
BLUE value IS 41 (16.41% from 255) = 12.97%
R=50.95%
G=36.08%
B=12.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.75
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1611144100.290.750.3736.559.4139.61
HexA1722901D4B25243b28
Octal2411625103511345447350
Binary1010000111100101010010111011001011100101100100111011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A17229

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A17229; }

 p { color: rgb(161,114,41); }

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

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

 a { background-color: rgb(161,114,41); }

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

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

 span { border-color: rgb(161,114,41); }

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