#A17036

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

Shades of Buttered Rum #A17036

Tints of Buttered Rum #A17036

Color information

#A17036 (or 0xA17036) is unknown color: approx Buttered Rum. HEX triplet: A1, 70 and 36. RGB value is (161,112,54). Sum of RGB (Red+Green+Blue) = 161+112+54=327 (43% of max value = 765). Red value is 161 (63.28% from 255 or 49.24% from 327); Green value is 112 (44.14% from 255 or 34.25% from 327); Blue value is 54 (21.48% from 255 or 16.51% from 327); Max value from RGB is 161 - color contains mainly: red. Hex color #A17036 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A17036 is #5E8FC9. Grayscale: #787878. Windows color (decimal): -6197194 or 3567777. OLE color: 3567777.

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

Color convert

RGB16111254-
CMYK00.300.660.37
HSL32.52º49.77%42.16%-
HSV(B)32.52º66.46%63.14%-
XYZ21.1619.436.13-
YUV120.0490.73157.22-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 49.24%
GREEN value IS 112 (44.14% from 255) = 34.25%
BLUE value IS 54 (21.48% from 255) = 16.51%
R=49.24%
G=34.25%
B=16.51%

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
Decimal1611125400.300.660.3732.5249.7742.16
HexA1703601E422521322a
Octal2411606603610245416252
Binary1010000111100001101100111101000010100101100001110010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A17036

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A17036; }

 p { color: rgb(161,112,54); }

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

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

 a { background-color: rgb(161,112,54); }

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

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

 span { border-color: rgb(161,112,54); }

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