#A26137

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

Shades of Desert #A26137

Tints of Desert #A26137

Color information

#A26137 (or 0xA26137) is unknown color: approx Desert. HEX triplet: A2, 61 and 37. RGB value is (162,97,55). Sum of RGB (Red+Green+Blue) = 162+97+55=314 (41% of max value = 765). Red value is 162 (63.67% from 255 or 51.59% from 314); Green value is 97 (38.28% from 255 or 30.89% from 314); Blue value is 55 (21.88% from 255 or 17.52% from 314); Max value from RGB is 162 - color contains mainly: red. Hex color #A26137 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A26137 is #5D9EC8. Grayscale: #6F6F6F. Windows color (decimal): -6135497 or 3629474. OLE color: 3629474.

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

Color convert

RGB1629755-
CMYK00.400.660.36
HSL23.55º49.31%42.55%-
HSV(B)23.55º66.05%63.53%-
XYZ19.8616.515.75-
YUV111.6596.03163.92-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 51.59%
GREEN value IS 97 (38.28% from 255) = 30.89%
BLUE value IS 55 (21.88% from 255) = 17.52%
R=51.59%
G=30.89%
B=17.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.66
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162975500.400.660.3623.5549.3142.55
HexA26137028422418312b
Octal2421416705010244306153
Binary1010001011000011101110101000100001010010011000110001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A26137

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A26137; }

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

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

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

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

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

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

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

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