#a17026

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

Shades of Buttered Rum #A17026

Tints of Buttered Rum #A17026

Color information

#A17026 (or 0xA17026) is unknown color: approx Buttered Rum. HEX triplet: A1, 70 and 26. RGB value is (161,112,38). Sum of RGB (Red+Green+Blue) = 161+112+38=311 (41% of max value = 765). Red value is 161 (63.28% from 255 or 51.77% from 311); Green value is 112 (44.14% from 255 or 36.01% from 311); Blue value is 38 (15.23% from 255 or 12.22% from 311); Max value from RGB is 161 - color contains mainly: red. Hex color #A17026 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A17026 is #5E8FD9. Grayscale: #767676. Windows color (decimal): -6197210 or 2519201. OLE color: 2519201.

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

Color convert

RGB16111238-
CMYK00.300.760.37
HSL36.1º61.81%39.02%-
HSV(B)36.1º76.4%63.14%-
XYZ20.8419.314.46-
YUV118.2182.73158.52-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 51.77%
GREEN value IS 112 (44.14% from 255) = 36.01%
BLUE value IS 38 (15.23% from 255) = 12.22%
R=51.77%
G=36.01%
B=12.22%

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
Decimal1611123800.300.760.3736.161.8139.02
HexA1702601E4C25243e27
Octal2411604603611445447647
Binary1010000111100001001100111101001100100101100100111110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a17026

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a17026; }

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

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

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

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

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

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

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

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