#A16A27

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

Shades of Buttered Rum #A16A27

Tints of Buttered Rum #A16A27

Color information

#A16A27 (or 0xA16A27) is unknown color: approx Buttered Rum. HEX triplet: A1, 6A and 27. RGB value is (161,106,39). Sum of RGB (Red+Green+Blue) = 161+106+39=306 (40% of max value = 765). Red value is 161 (63.28% from 255 or 52.61% from 306); Green value is 106 (41.80% from 255 or 34.64% from 306); Blue value is 39 (15.62% from 255 or 12.75% from 306); Max value from RGB is 161 - color contains mainly: red. Hex color #A16A27 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A16A27 is #5E95D8. Grayscale: #737373. Windows color (decimal): -6198745 or 2583201. OLE color: 2583201.

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

Color convert

RGB16110639-
CMYK00.340.760.37
HSL32.95º61%39.22%-
HSV(B)32.95º75.78%63.14%-
XYZ20.2218.034.33-
YUV114.8185.22160.95-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 52.61%
GREEN value IS 106 (41.80% from 255) = 34.64%
BLUE value IS 39 (15.62% from 255) = 12.75%
R=52.61%
G=34.64%
B=12.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.76
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1611063900.340.760.3732.956139.22
HexA16A270224C25213d27
Octal2411524704211445417547
Binary10100001110101010011101000101001100100101100001111101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A16A27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A16A27; }

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

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

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

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

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

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

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

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