#A26E49

Color #A26E49 Dark Tan (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Tan #A26E49

Tints of Dark Tan #A26E49

Color information

#A26E49 (or 0xA26E49) is unknown color: approx Dark Tan. HEX triplet: A2, 6E and 49. RGB value is (162,110,73). Sum of RGB (Red+Green+Blue) = 162+110+73=345 (45% of max value = 765). Red value is 162 (63.67% from 255 or 46.96% from 345); Green value is 110 (43.36% from 255 or 31.88% from 345); Blue value is 73 (28.91% from 255 or 21.16% from 345); Max value from RGB is 162 - color contains mainly: red. Hex color #A26E49 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A26E49 is #5D91B6. Grayscale: #797979. Windows color (decimal): -6132151 or 4812450. OLE color: 4812450.

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

Color convert

RGB16211073-
CMYK00.320.550.36
HSL24.94º37.87%46.08%-
HSV(B)24.94º54.94%63.53%-
XYZ21.6819.318.89-
YUV121.33100.73157.01-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 46.96%
GREEN value IS 110 (43.36% from 255) = 31.88%
BLUE value IS 73 (28.91% from 255) = 21.16%
R=46.96%
G=31.88%
B=21.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.55
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1621107300.320.550.3624.9437.8746.08
HexA26E49020372419262e
Octal2421561110406744314656
Binary1010001011011101001001010000011011110010011001100110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A26E49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A26E49; }

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

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

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

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

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

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

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

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