#A46D2C

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

Shades of Buttered Rum #A46D2C

Tints of Buttered Rum #A46D2C

Color information

#A46D2C (or 0xA46D2C) is unknown color: approx Buttered Rum. HEX triplet: A4, 6D and 2C. RGB value is (164,109,44). Sum of RGB (Red+Green+Blue) = 164+109+44=317 (41% of max value = 765). Red value is 164 (64.45% from 255 or 51.74% from 317); Green value is 109 (42.97% from 255 or 34.38% from 317); Blue value is 44 (17.58% from 255 or 13.88% from 317); Max value from RGB is 164 - color contains mainly: red. Hex color #A46D2C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A46D2C is #5B92D3. Grayscale: #767676. Windows color (decimal): -6001364 or 2911652. OLE color: 2911652.

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

Color convert

RGB16410944-
CMYK00.340.730.36
HSL32.5º57.69%40.78%-
HSV(B)32.5º73.17%64.31%-
XYZ21.2319.014.93-
YUV118.0486.22160.79-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 51.74%
GREEN value IS 109 (42.97% from 255) = 34.38%
BLUE value IS 44 (17.58% from 255) = 13.88%
R=51.74%
G=34.38%
B=13.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.73
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1641094400.340.730.3632.557.6940.78
HexA46D2C0224924203a29
Octal2441555404211144407251
Binary10100100110110110110001000101001001100100100000111010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A46D2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A46D2C; }

 p { color: rgb(164,109,44); }

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

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

 a { background-color: rgb(164,109,44); }

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

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

 span { border-color: rgb(164,109,44); }

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