#A26136

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

Shades of Desert #A26136

Tints of Desert #A26136

Color information

#A26136 (or 0xA26136) is unknown color: approx Desert. HEX triplet: A2, 61 and 36. RGB value is (162,97,54). Sum of RGB (Red+Green+Blue) = 162+97+54=313 (41% of max value = 765). Red value is 162 (63.67% from 255 or 51.76% from 313); Green value is 97 (38.28% from 255 or 30.99% from 313); Blue value is 54 (21.48% from 255 or 17.25% from 313); Max value from RGB is 162 - color contains mainly: red. Hex color #A26136 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A26136 is #5D9EC9. Grayscale: #6F6F6F. Windows color (decimal): -6135498 or 3563938. OLE color: 3563938.

HSL color Cylindrical-coordinate representation of color #A26136: hue angle of 23.89º degrees, saturation: 0.5, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A26136 is Cyan = 0, Magento = 0.40, Yellow = 0.67 and Black (K on CMYK) = 0.36.

Color convert

RGB1629754-
CMYK00.400.670.36
HSL23.89º50%42.35%-
HSV(B)23.89º66.67%63.53%-
XYZ19.8416.55.63-
YUV111.5395.53164-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 51.76%
GREEN value IS 97 (38.28% from 255) = 30.99%
BLUE value IS 54 (21.48% from 255) = 17.25%
R=51.76%
G=30.99%
B=17.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.67
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162975400.400.670.3623.895042.35
HexA26136028432418322a
Octal2421416605010344306252
Binary1010001011000011101100101000100001110010011000110010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A26136

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A26136; }

 p { color: rgb(162,97,54); }

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

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

 a { background-color: rgb(162,97,54); }

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

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

 span { border-color: rgb(162,97,54); }

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