#A16F21

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

Shades of Buttered Rum #A16F21

Tints of Buttered Rum #A16F21

Color information

#A16F21 (or 0xA16F21) is unknown color: approx Buttered Rum. HEX triplet: A1, 6F and 21. RGB value is (161,111,33). Sum of RGB (Red+Green+Blue) = 161+111+33=305 (40% of max value = 765). Red value is 161 (63.28% from 255 or 52.79% from 305); Green value is 111 (43.75% from 255 or 36.39% from 305); Blue value is 33 (13.28% from 255 or 10.82% from 305); Max value from RGB is 161 - color contains mainly: red. Hex color #A16F21 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A16F21 is #5E90DE. Grayscale: #757575. Windows color (decimal): -6197471 or 2191265. OLE color: 2191265.

HSL color Cylindrical-coordinate representation of color #A16F21: hue angle of 36.56º degrees, saturation: 0.66, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A16F21 is Cyan = 0, Magento = 0.31, Yellow = 0.80 and Black (K on CMYK) = 0.37.

Color convert

RGB16111133-
CMYK00.310.800.37
HSL36.56º65.98%38.04%-
HSV(B)36.56º79.5%63.14%-
XYZ20.6619.064.03-
YUV117.0680.56159.34-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 52.79%
GREEN value IS 111 (43.75% from 255) = 36.39%
BLUE value IS 33 (13.28% from 255) = 10.82%
R=52.79%
G=36.39%
B=10.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.80
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1611113300.310.800.3736.5665.9838.04
HexA16F2101F5025254226
Octal24115741037120454510246
Binary10100001110111110000101111110100001001011001011000010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A16F21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A16F21; }

 p { color: rgb(161,111,33); }

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

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

 a { background-color: rgb(161,111,33); }

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

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

 span { border-color: rgb(161,111,33); }

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