#A17137

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

Shades of Buttered Rum #A17137

Tints of Buttered Rum #A17137

Color information

#A17137 (or 0xA17137) is unknown color: approx Buttered Rum. HEX triplet: A1, 71 and 37. RGB value is (161,113,55). Sum of RGB (Red+Green+Blue) = 161+113+55=329 (43% of max value = 765). Red value is 161 (63.28% from 255 or 48.94% from 329); Green value is 113 (44.53% from 255 or 34.35% from 329); Blue value is 55 (21.88% from 255 or 16.72% from 329); Max value from RGB is 161 - color contains mainly: red. Hex color #A17137 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A17137 is #5E8EC8. Grayscale: #797979. Windows color (decimal): -6196937 or 3633569. OLE color: 3633569.

HSL color Cylindrical-coordinate representation of color #A17137: hue angle of 32.83º degrees, saturation: 0.49, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A17137 is Cyan = 0, Magento = 0.30, Yellow = 0.66 and Black (K on CMYK) = 0.37.

Color convert

RGB16111355-
CMYK00.300.660.37
HSL32.83º49.07%42.35%-
HSV(B)32.83º65.84%63.14%-
XYZ21.2919.666.29-
YUV120.7490.9156.72-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 48.94%
GREEN value IS 113 (44.53% from 255) = 34.35%
BLUE value IS 55 (21.88% from 255) = 16.72%
R=48.94%
G=34.35%
B=16.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.66
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1611135500.300.660.3732.8349.0742.35
HexA1713701E422521312a
Octal2411616703610245416152
Binary1010000111100011101110111101000010100101100001110001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A17137

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A17137; }

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

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

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

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

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

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

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

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