#A27032

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

Shades of Buttered Rum #A27032

Tints of Buttered Rum #A27032

Color information

#A27032 (or 0xA27032) is unknown color: approx Buttered Rum. HEX triplet: A2, 70 and 32. RGB value is (162,112,50). Sum of RGB (Red+Green+Blue) = 162+112+50=324 (42% of max value = 765). Red value is 162 (63.67% from 255 or 50% from 324); Green value is 112 (44.14% from 255 or 34.57% from 324); Blue value is 50 (19.92% from 255 or 15.43% from 324); Max value from RGB is 162 - color contains mainly: red. Hex color #A27032 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A27032 is #5D8FCD. Grayscale: #787878. Windows color (decimal): -6131662 or 3305634. OLE color: 3305634.

HSL color Cylindrical-coordinate representation of color #A27032: hue angle of 33.21º degrees, saturation: 0.53, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A27032 is Cyan = 0, Magento = 0.31, Yellow = 0.69 and Black (K on CMYK) = 0.36.

Color convert

RGB16211250-
CMYK00.310.690.36
HSL33.21º52.83%41.57%-
HSV(B)33.21º69.14%63.53%-
XYZ21.2719.55.66-
YUV119.8888.56158.04-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 50%
GREEN value IS 112 (44.14% from 255) = 34.57%
BLUE value IS 50 (19.92% from 255) = 15.43%
R=50%
G=34.57%
B=15.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.69
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1621125000.310.690.3633.2152.8341.57
HexA2703201F452421352a
Octal2421606203710544416552
Binary1010001011100001100100111111000101100100100001110101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A27032

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A27032; }

 p { color: rgb(162,112,50); }

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

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

 a { background-color: rgb(162,112,50); }

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

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

 span { border-color: rgb(162,112,50); }

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