#A46E32

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

Shades of Buttered Rum #A46E32

Tints of Buttered Rum #A46E32

Color information

#A46E32 (or 0xA46E32) is unknown color: approx Buttered Rum. HEX triplet: A4, 6E and 32. RGB value is (164,110,50). Sum of RGB (Red+Green+Blue) = 164+110+50=324 (42% of max value = 765). Red value is 164 (64.45% from 255 or 50.62% from 324); Green value is 110 (43.36% from 255 or 33.95% from 324); Blue value is 50 (19.92% from 255 or 15.43% from 324); Max value from RGB is 164 - color contains mainly: red. Hex color #A46E32 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A46E32 is #5B91CD. Grayscale: #777777. Windows color (decimal): -6001102 or 3305124. OLE color: 3305124.

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

Color convert

RGB16411050-
CMYK00.330.700.36
HSL31.58º53.27%41.96%-
HSV(B)31.58º69.51%64.31%-
XYZ21.4619.275.61-
YUV119.3188.89159.88-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 50.62%
GREEN value IS 110 (43.36% from 255) = 33.95%
BLUE value IS 50 (19.92% from 255) = 15.43%
R=50.62%
G=33.95%
B=15.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.70
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1641105000.330.700.3631.5853.2741.96
HexA46E32021462420352a
Octal2441566204110644406552
Binary10100100110111011001001000011000110100100100000110101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A46E32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A46E32; }

 p { color: rgb(164,110,50); }

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

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

 a { background-color: rgb(164,110,50); }

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

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

 span { border-color: rgb(164,110,50); }

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