#a16d26

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

Shades of Buttered Rum #A16D26

Tints of Buttered Rum #A16D26

Color information

#A16D26 (or 0xA16D26) is unknown color: approx Buttered Rum. HEX triplet: A1, 6D and 26. RGB value is (161,109,38). Sum of RGB (Red+Green+Blue) = 161+109+38=308 (40% of max value = 765). Red value is 161 (63.28% from 255 or 52.27% from 308); Green value is 109 (42.97% from 255 or 35.39% from 308); Blue value is 38 (15.23% from 255 or 12.34% from 308); Max value from RGB is 161 - color contains mainly: red. Hex color #A16D26 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A16D26 is #5E92D9. Grayscale: #747474. Windows color (decimal): -6197978 or 2518433. OLE color: 2518433.

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

Color convert

RGB16110938-
CMYK00.320.760.37
HSL34.63º61.81%39.02%-
HSV(B)34.63º76.4%63.14%-
XYZ20.5218.654.35-
YUV116.4583.73159.77-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 52.27%
GREEN value IS 109 (42.97% from 255) = 35.39%
BLUE value IS 38 (15.23% from 255) = 12.34%
R=52.27%
G=35.39%
B=12.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.76
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1611093800.320.760.3734.6361.8139.02
HexA16D260204C25233e27
Octal2411554604011445437647
Binary10100001110110110011001000001001100100101100011111110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a16d26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a16d26; }

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

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

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

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

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

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

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

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