#A07229

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

Shades of Buttered Rum #A07229

Tints of Buttered Rum #A07229

Color information

#A07229 (or 0xA07229) is unknown color: approx Buttered Rum. HEX triplet: A0, 72 and 29. RGB value is (160,114,41). Sum of RGB (Red+Green+Blue) = 160+114+41=315 (41% of max value = 765). Red value is 160 (62.89% from 255 or 50.79% from 315); Green value is 114 (44.92% from 255 or 36.19% from 315); Blue value is 41 (16.41% from 255 or 13.02% from 315); Max value from RGB is 160 - color contains mainly: red. Hex color #A07229 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A07229 is #5F8DD6. Grayscale: #777777. Windows color (decimal): -6262231 or 2716320. OLE color: 2716320.

HSL color Cylindrical-coordinate representation of color #A07229: hue angle of 36.81º 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 #A07229 is Cyan = 0, Magento = 0.29, Yellow = 0.74 and Black (K on CMYK) = 0.37.

Color convert

RGB16011441-
CMYK00.290.740.37
HSL36.81º59.2%39.41%-
HSV(B)36.81º74.37%62.75%-
XYZ20.9119.674.79-
YUV119.4383.74156.94-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 50.79%
GREEN value IS 114 (44.92% from 255) = 36.19%
BLUE value IS 41 (16.41% from 255) = 13.02%
R=50.79%
G=36.19%
B=13.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.74
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1601144100.290.740.3736.8159.239.41
HexA0722901D4A25253b27
Octal2401625103511245457347
Binary1010000011100101010010111011001010100101100101111011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A07229

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A07229; }

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

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

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

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

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

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

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

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