#A26A24

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

Shades of Buttered Rum #A26A24

Tints of Buttered Rum #A26A24

Color information

#A26A24 (or 0xA26A24) is unknown color: approx Buttered Rum. HEX triplet: A2, 6A and 24. RGB value is (162,106,36). Sum of RGB (Red+Green+Blue) = 162+106+36=304 (40% of max value = 765). Red value is 162 (63.67% from 255 or 53.29% from 304); Green value is 106 (41.80% from 255 or 34.87% from 304); Blue value is 36 (14.45% from 255 or 11.84% from 304); Max value from RGB is 162 - color contains mainly: red. Hex color #A26A24 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A26A24 is #5D95DB. Grayscale: #737373. Windows color (decimal): -6133212 or 2386594. OLE color: 2386594.

HSL color Cylindrical-coordinate representation of color #A26A24: hue angle of 33.33º degrees, saturation: 0.64, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #A26A24 is Cyan = 0, Magento = 0.35, Yellow = 0.78 and Black (K on CMYK) = 0.36.

Color convert

RGB16210636-
CMYK00.350.780.36
HSL33.33º63.64%38.82%-
HSV(B)33.33º77.78%63.53%-
XYZ20.3718.124.09-
YUV114.7683.55161.69-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 53.29%
GREEN value IS 106 (41.80% from 255) = 34.87%
BLUE value IS 36 (14.45% from 255) = 11.84%
R=53.29%
G=34.87%
B=11.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.78
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1621063600.350.780.3633.3363.6438.82
HexA26A240234E24214027
Octal24215244043116444110047
Binary101000101101010100100010001110011101001001000011000000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A26A24

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A26A24; }

 p { color: rgb(162,106,36); }

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

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

 a { background-color: rgb(162,106,36); }

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

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

 span { border-color: rgb(162,106,36); }

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