#A17027

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

Shades of Buttered Rum #A17027

Tints of Buttered Rum #A17027

Color information

#A17027 (or 0xA17027) is unknown color: approx Buttered Rum. HEX triplet: A1, 70 and 27. RGB value is (161,112,39). Sum of RGB (Red+Green+Blue) = 161+112+39=312 (41% of max value = 765). Red value is 161 (63.28% from 255 or 51.60% from 312); Green value is 112 (44.14% from 255 or 35.90% from 312); Blue value is 39 (15.62% from 255 or 12.5% from 312); Max value from RGB is 161 - color contains mainly: red. Hex color #A17027 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A17027 is #5E8FD8. Grayscale: #767676. Windows color (decimal): -6197209 or 2584737. OLE color: 2584737.

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

Color convert

RGB16111239-
CMYK00.300.760.37
HSL35.9º61%39.22%-
HSV(B)35.9º75.78%63.14%-
XYZ20.8619.314.55-
YUV118.3383.23158.44-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 51.60%
GREEN value IS 112 (44.14% from 255) = 35.90%
BLUE value IS 39 (15.62% from 255) = 12.5%
R=51.60%
G=35.90%
B=12.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.76
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1611123900.300.760.3735.96139.22
HexA1702701E4C25243d27
Octal2411604703611445447547
Binary1010000111100001001110111101001100100101100100111101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A17027

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A17027; }

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

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

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

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

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

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

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

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