#A26E26

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

Shades of Buttered Rum #A26E26

Tints of Buttered Rum #A26E26

Color information

#A26E26 (or 0xA26E26) is unknown color: approx Buttered Rum. HEX triplet: A2, 6E and 26. RGB value is (162,110,38). Sum of RGB (Red+Green+Blue) = 162+110+38=310 (41% of max value = 765). Red value is 162 (63.67% from 255 or 52.26% from 310); Green value is 110 (43.36% from 255 or 35.48% from 310); Blue value is 38 (15.23% from 255 or 12.26% from 310); Max value from RGB is 162 - color contains mainly: red. Hex color #A26E26 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A26E26 is #5D91D9. Grayscale: #757575. Windows color (decimal): -6132186 or 2518690. OLE color: 2518690.

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

Color convert

RGB16211038-
CMYK00.320.770.36
HSL34.84º62%39.22%-
HSV(B)34.84º76.54%63.53%-
XYZ20.8318.974.4-
YUV117.3483.23159.85-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 52.26%
GREEN value IS 110 (43.36% from 255) = 35.48%
BLUE value IS 38 (15.23% from 255) = 12.26%
R=52.26%
G=35.48%
B=12.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.77
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1621103800.320.770.3634.846239.22
HexA26E260204D24233e27
Octal2421564604011544437647
Binary10100010110111010011001000001001101100100100011111110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A26E26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A26E26; }

 p { color: rgb(162,110,38); }

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

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

 a { background-color: rgb(162,110,38); }

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

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

 span { border-color: rgb(162,110,38); }

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