#A17131

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

Shades of Buttered Rum #A17131

Tints of Buttered Rum #A17131

Color information

#A17131 (or 0xA17131) is unknown color: approx Buttered Rum. HEX triplet: A1, 71 and 31. RGB value is (161,113,49). Sum of RGB (Red+Green+Blue) = 161+113+49=323 (42% of max value = 765). Red value is 161 (63.28% from 255 or 49.85% from 323); Green value is 113 (44.53% from 255 or 34.98% from 323); Blue value is 49 (19.53% from 255 or 15.17% from 323); Max value from RGB is 161 - color contains mainly: red. Hex color #A17131 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A17131 is #5E8ECE. Grayscale: #787878. Windows color (decimal): -6196943 or 3240353. OLE color: 3240353.

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

Color convert

RGB16111349-
CMYK00.300.700.37
HSL34.29º53.33%41.18%-
HSV(B)34.29º69.57%63.14%-
XYZ21.1619.615.58-
YUV120.0687.9157.2-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 49.85%
GREEN value IS 113 (44.53% from 255) = 34.98%
BLUE value IS 49 (19.53% from 255) = 15.17%
R=49.85%
G=34.98%
B=15.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.70
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1611134900.300.700.3734.2953.3341.18
HexA1713101E4625223529
Octal2411616103610645426551
Binary1010000111100011100010111101000110100101100010110101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A17131

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A17131; }

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

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

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

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

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

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

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

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