#A16F31

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

Shades of Buttered Rum #A16F31

Tints of Buttered Rum #A16F31

Color information

#A16F31 (or 0xA16F31) is unknown color: approx Buttered Rum. HEX triplet: A1, 6F and 31. RGB value is (161,111,49). Sum of RGB (Red+Green+Blue) = 161+111+49=321 (42% of max value = 765). Red value is 161 (63.28% from 255 or 50.16% from 321); Green value is 111 (43.75% from 255 or 34.58% from 321); Blue value is 49 (19.53% from 255 or 15.26% from 321); Max value from RGB is 161 - color contains mainly: red. Hex color #A16F31 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A16F31 is #5E90CE. Grayscale: #777777. Windows color (decimal): -6197455 or 3239841. OLE color: 3239841.

HSL color Cylindrical-coordinate representation of color #A16F31: hue angle of 33.21º degrees, saturation: 0.53, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A16F31 is Cyan = 0, Magento = 0.31, Yellow = 0.70 and Black (K on CMYK) = 0.37.

Color convert

RGB16111149-
CMYK00.310.700.37
HSL33.21º53.33%41.18%-
HSV(B)33.21º69.57%63.14%-
XYZ20.9419.175.5-
YUV118.8888.56158.04-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 50.16%
GREEN value IS 111 (43.75% from 255) = 34.58%
BLUE value IS 49 (19.53% from 255) = 15.26%
R=50.16%
G=34.58%
B=15.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.70
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1611114900.310.700.3733.2153.3341.18
HexA16F3101F4625213529
Octal2411576103710645416551
Binary1010000111011111100010111111000110100101100001110101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A16F31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A16F31; }

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

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

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

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

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

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

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

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