#A86138

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

Shades of Desert #A86138

Tints of Desert #A86138

Color information

#A86138 (or 0xA86138) is unknown color: approx Desert. HEX triplet: A8, 61 and 38. RGB value is (168,97,56). Sum of RGB (Red+Green+Blue) = 168+97+56=321 (42% of max value = 765). Red value is 168 (66.02% from 255 or 52.34% from 321); Green value is 97 (38.28% from 255 or 30.22% from 321); Blue value is 56 (22.27% from 255 or 17.45% from 321); Max value from RGB is 168 - color contains mainly: red. Hex color #A86138 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A86138 is #579EC7. Grayscale: #717171. Windows color (decimal): -5742280 or 3695016. OLE color: 3695016.

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

Color convert

RGB1689756-
CMYK00.420.670.34
HSL21.96º50%43.92%-
HSV(B)21.96º66.67%65.88%-
XYZ21.1417.165.94-
YUV113.5695.52166.83-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 52.34%
GREEN value IS 97 (38.28% from 255) = 30.22%
BLUE value IS 56 (22.27% from 255) = 17.45%
R=52.34%
G=30.22%
B=17.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.67
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal168975600.420.670.3421.965043.92
HexA8613802A432216322c
Octal2501417005210342266254
Binary1010100011000011110000101010100001110001010110110010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A86138

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A86138; }

 p { color: rgb(168,97,56); }

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

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

 a { background-color: rgb(168,97,56); }

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

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

 span { border-color: rgb(168,97,56); }

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