#A46E33

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

Shades of Buttered Rum #A46E33

Tints of Buttered Rum #A46E33

Color information

#A46E33 (or 0xA46E33) is unknown color: approx Buttered Rum. HEX triplet: A4, 6E and 33. RGB value is (164,110,51). Sum of RGB (Red+Green+Blue) = 164+110+51=325 (43% of max value = 765). Red value is 164 (64.45% from 255 or 50.46% from 325); Green value is 110 (43.36% from 255 or 33.85% from 325); Blue value is 51 (20.31% from 255 or 15.69% from 325); Max value from RGB is 164 - color contains mainly: red. Hex color #A46E33 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A46E33 is #5B91CC. Grayscale: #777777. Windows color (decimal): -6001101 or 3370660. OLE color: 3370660.

HSL color Cylindrical-coordinate representation of color #A46E33: hue angle of 31.33º 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 #A46E33 is Cyan = 0, Magento = 0.33, Yellow = 0.69 and Black (K on CMYK) = 0.36.

Color convert

RGB16411051-
CMYK00.330.690.36
HSL31.33º52.56%42.16%-
HSV(B)31.33º68.9%64.31%-
XYZ21.4819.285.72-
YUV119.4289.39159.8-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 50.46%
GREEN value IS 110 (43.36% from 255) = 33.85%
BLUE value IS 51 (20.31% from 255) = 15.69%
R=50.46%
G=33.85%
B=15.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.69
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1641105100.330.690.3631.3352.5642.16
HexA46E3302145241f352a
Octal2441566304110544376552
Binary1010010011011101100110100001100010110010011111110101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A46E33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A46E33; }

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

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

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

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

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

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

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

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