#A16E2A

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

Shades of Buttered Rum #A16E2A

Tints of Buttered Rum #A16E2A

Color information

#A16E2A (or 0xA16E2A) is unknown color: approx Buttered Rum. HEX triplet: A1, 6E and 2A. RGB value is (161,110,42). Sum of RGB (Red+Green+Blue) = 161+110+42=313 (41% of max value = 765). Red value is 161 (63.28% from 255 or 51.44% from 313); Green value is 110 (43.36% from 255 or 35.14% from 313); Blue value is 42 (16.80% from 255 or 13.42% from 313); Max value from RGB is 161 - color contains mainly: red. Hex color #A16E2A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A16E2A is #5E91D5. Grayscale: #757575. Windows color (decimal): -6197718 or 2780833. OLE color: 2780833.

HSL color Cylindrical-coordinate representation of color #A16E2A: hue angle of 34.29º degrees, saturation: 0.59, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #A16E2A is Cyan = 0, Magento = 0.32, Yellow = 0.74 and Black (K on CMYK) = 0.37.

Color convert

RGB16111042-
CMYK00.320.740.37
HSL34.29º58.62%39.8%-
HSV(B)34.29º73.91%63.14%-
XYZ20.6918.94.75-
YUV117.585.4159.03-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 51.44%
GREEN value IS 110 (43.36% from 255) = 35.14%
BLUE value IS 42 (16.80% from 255) = 13.42%
R=51.44%
G=35.14%
B=13.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.74
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1611104200.320.740.3734.2958.6239.8
HexA16E2A0204A25223b28
Octal2411565204011245427350
Binary10100001110111010101001000001001010100101100010111011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A16E2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A16E2A; }

 p { color: rgb(161,110,42); }

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

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

 a { background-color: rgb(161,110,42); }

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

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

 span { border-color: rgb(161,110,42); }

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