#A26B47

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

Shades of Dark Tan #A26B47

Tints of Dark Tan #A26B47

Color information

#A26B47 (or 0xA26B47) is unknown color: approx Dark Tan. HEX triplet: A2, 6B and 47. RGB value is (162,107,71). Sum of RGB (Red+Green+Blue) = 162+107+71=340 (45% of max value = 765). Red value is 162 (63.67% from 255 or 47.65% from 340); Green value is 107 (42.19% from 255 or 31.47% from 340); Blue value is 71 (28.12% from 255 or 20.88% from 340); Max value from RGB is 162 - color contains mainly: red. Hex color #A26B47 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A26B47 is #5D94B8. Grayscale: #777777. Windows color (decimal): -6132921 or 4680610. OLE color: 4680610.

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

Color convert

RGB16210771-
CMYK00.340.560.36
HSL23.74º39.06%45.69%-
HSV(B)23.74º56.17%63.53%-
XYZ21.318.658.44-
YUV119.34100.72158.43-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 47.65%
GREEN value IS 107 (42.19% from 255) = 31.47%
BLUE value IS 71 (28.12% from 255) = 20.88%
R=47.65%
G=31.47%
B=20.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.56
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1621077100.340.560.3623.7439.0645.69
HexA26B47022382418272e
Octal2421531070427044304756
Binary1010001011010111000111010001011100010010011000100111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A26B47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A26B47; }

 p { color: rgb(162,107,71); }

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

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

 a { background-color: rgb(162,107,71); }

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

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

 span { border-color: rgb(162,107,71); }

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