#A46C27

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

Shades of Buttered Rum #A46C27

Tints of Buttered Rum #A46C27

Color information

#A46C27 (or 0xA46C27) is unknown color: approx Buttered Rum. HEX triplet: A4, 6C and 27. RGB value is (164,108,39). Sum of RGB (Red+Green+Blue) = 164+108+39=311 (41% of max value = 765). Red value is 164 (64.45% from 255 or 52.73% from 311); Green value is 108 (42.58% from 255 or 34.73% from 311); Blue value is 39 (15.62% from 255 or 12.54% from 311); Max value from RGB is 164 - color contains mainly: red. Hex color #A46C27 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A46C27 is #5B93D8. Grayscale: #757575. Windows color (decimal): -6001625 or 2583716. OLE color: 2583716.

HSL color Cylindrical-coordinate representation of color #A46C27: hue angle of 33.12º degrees, saturation: 0.62, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #A46C27 is Cyan = 0, Magento = 0.34, Yellow = 0.76 and Black (K on CMYK) = 0.36.

Color convert

RGB16410839-
CMYK00.340.760.36
HSL33.12º61.58%39.8%-
HSV(B)33.12º76.22%64.31%-
XYZ21.0418.764.43-
YUV116.8884.05161.61-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 52.73%
GREEN value IS 108 (42.58% from 255) = 34.73%
BLUE value IS 39 (15.62% from 255) = 12.54%
R=52.73%
G=34.73%
B=12.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.76
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1641083900.340.760.3633.1261.5839.8
HexA46C270224C24213e28
Octal2441544704211444417650
Binary10100100110110010011101000101001100100100100001111110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A46C27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A46C27; }

 p { color: rgb(164,108,39); }

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

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

 a { background-color: rgb(164,108,39); }

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

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

 span { border-color: rgb(164,108,39); }

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