#A07332

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

Shades of Buttered Rum #A07332

Tints of Buttered Rum #A07332

Color information

#A07332 (or 0xA07332) is unknown color: approx Buttered Rum. HEX triplet: A0, 73 and 32. RGB value is (160,115,50). Sum of RGB (Red+Green+Blue) = 160+115+50=325 (43% of max value = 765). Red value is 160 (62.89% from 255 or 49.23% from 325); Green value is 115 (45.31% from 255 or 35.38% from 325); Blue value is 50 (19.92% from 255 or 15.38% from 325); Max value from RGB is 160 - color contains mainly: red. Hex color #A07332 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A07332 is #5F8CCD. Grayscale: #797979. Windows color (decimal): -6261966 or 3306400. OLE color: 3306400.

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

Color convert

RGB16011550-
CMYK00.280.690.37
HSL35.45º52.38%41.18%-
HSV(B)35.45º68.75%62.75%-
XYZ21.219.975.75-
YUV121.0487.91155.79-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 49.23%
GREEN value IS 115 (45.31% from 255) = 35.38%
BLUE value IS 50 (19.92% from 255) = 15.38%
R=49.23%
G=35.38%
B=15.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.69
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1601155000.280.690.3735.4552.3841.18
HexA0733201C4525233429
Octal2401636203410545436451
Binary1010000011100111100100111001000101100101100011110100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A07332

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A07332; }

 p { color: rgb(160,115,50); }

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

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

 a { background-color: rgb(160,115,50); }

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

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

 span { border-color: rgb(160,115,50); }

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