#A26F49

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

Shades of Dark Tan #A26F49

Tints of Dark Tan #A26F49

Color information

#A26F49 (or 0xA26F49) is unknown color: approx Dark Tan. HEX triplet: A2, 6F and 49. RGB value is (162,111,73). Sum of RGB (Red+Green+Blue) = 162+111+73=346 (45% of max value = 765). Red value is 162 (63.67% from 255 or 46.82% from 346); Green value is 111 (43.75% from 255 or 32.08% from 346); Blue value is 73 (28.91% from 255 or 21.10% from 346); Max value from RGB is 162 - color contains mainly: red. Hex color #A26F49 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A26F49 is #5D90B6. Grayscale: #7A7A7A. Windows color (decimal): -6131895 or 4812706. OLE color: 4812706.

HSL color Cylindrical-coordinate representation of color #A26F49: hue angle of 25.62º 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 #A26F49 is Cyan = 0, Magento = 0.31, Yellow = 0.55 and Black (K on CMYK) = 0.36.

Color convert

RGB16211173-
CMYK00.310.550.36
HSL25.62º37.87%46.08%-
HSV(B)25.62º54.94%63.53%-
XYZ21.7919.538.92-
YUV121.92100.4156.59-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 46.82%
GREEN value IS 111 (43.75% from 255) = 32.08%
BLUE value IS 73 (28.91% from 255) = 21.10%
R=46.82%
G=32.08%
B=21.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.55
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1621117300.310.550.3625.6237.8746.08
HexA26F4901F37241a262e
Octal2421571110376744324656
Binary101000101101111100100101111111011110010011010100110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A26F49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A26F49; }

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

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

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

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

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

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

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

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