#A16D27

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

Shades of Buttered Rum #A16D27

Tints of Buttered Rum #A16D27

Color information

#A16D27 (or 0xA16D27) is unknown color: approx Buttered Rum. HEX triplet: A1, 6D and 27. RGB value is (161,109,39). Sum of RGB (Red+Green+Blue) = 161+109+39=309 (40% of max value = 765). Red value is 161 (63.28% from 255 or 52.10% from 309); Green value is 109 (42.97% from 255 or 35.28% from 309); Blue value is 39 (15.62% from 255 or 12.62% from 309); Max value from RGB is 161 - color contains mainly: red. Hex color #A16D27 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A16D27 is #5E92D8. Grayscale: #747474. Windows color (decimal): -6197977 or 2583969. OLE color: 2583969.

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

Color convert

RGB16110939-
CMYK00.320.760.37
HSL34.43º61%39.22%-
HSV(B)34.43º75.78%63.14%-
XYZ20.5318.664.44-
YUV116.5784.23159.69-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 52.10%
GREEN value IS 109 (42.97% from 255) = 35.28%
BLUE value IS 39 (15.62% from 255) = 12.62%
R=52.10%
G=35.28%
B=12.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.76
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1611093900.320.760.3734.436139.22
HexA16D270204C25223d27
Octal2411554704011445427547
Binary10100001110110110011101000001001100100101100010111101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A16D27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A16D27; }

 p { color: rgb(161,109,39); }

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

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

 a { background-color: rgb(161,109,39); }

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

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

 span { border-color: rgb(161,109,39); }

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