#A46A27

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

Shades of Buttered Rum #A46A27

Tints of Buttered Rum #A46A27

Color information

#A46A27 (or 0xA46A27) is unknown color: approx Buttered Rum. HEX triplet: A4, 6A and 27. RGB value is (164,106,39). Sum of RGB (Red+Green+Blue) = 164+106+39=309 (40% of max value = 765). Red value is 164 (64.45% from 255 or 53.07% from 309); Green value is 106 (41.80% from 255 or 34.30% from 309); Blue value is 39 (15.62% from 255 or 12.62% from 309); Max value from RGB is 164 - color contains mainly: red. Hex color #A46A27 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A46A27 is #5B95D8. Grayscale: #747474. Windows color (decimal): -6002137 or 2583204. OLE color: 2583204.

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

Color convert

RGB16410639-
CMYK00.350.760.36
HSL32.16º61.58%39.8%-
HSV(B)32.16º76.22%64.31%-
XYZ20.8318.354.36-
YUV115.784.72162.45-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 53.07%
GREEN value IS 106 (41.80% from 255) = 34.30%
BLUE value IS 39 (15.62% from 255) = 12.62%
R=53.07%
G=34.30%
B=12.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.76
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1641063900.350.760.3632.1661.5839.8
HexA46A270234C24203e28
Octal2441524704311444407650
Binary10100100110101010011101000111001100100100100000111110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A46A27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A46A27; }

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

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

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

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

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

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

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

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