#A86338

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

Shades of Desert #A86338

Tints of Desert #A86338

Color information

#A86338 (or 0xA86338) is unknown color: approx Desert. HEX triplet: A8, 63 and 38. RGB value is (168,99,56). Sum of RGB (Red+Green+Blue) = 168+99+56=323 (42% of max value = 765). Red value is 168 (66.02% from 255 or 52.01% from 323); Green value is 99 (39.06% from 255 or 30.65% from 323); Blue value is 56 (22.27% from 255 or 17.34% from 323); Max value from RGB is 168 - color contains mainly: red. Hex color #A86338 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A86338 is #579CC7. Grayscale: #727272. Windows color (decimal): -5741768 or 3695528. OLE color: 3695528.

HSL color Cylindrical-coordinate representation of color #A86338: hue angle of 23.04º 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 #A86338 is Cyan = 0, Magento = 0.41, Yellow = 0.67 and Black (K on CMYK) = 0.34.

Color convert

RGB1689956-
CMYK00.410.670.34
HSL23.04º50%43.92%-
HSV(B)23.04º66.67%65.88%-
XYZ21.3217.536-
YUV114.7394.86166-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 52.01%
GREEN value IS 99 (39.06% from 255) = 30.65%
BLUE value IS 56 (22.27% from 255) = 17.34%
R=52.01%
G=30.65%
B=17.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.67
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal168995600.410.670.3423.045043.92
HexA86338029432217322c
Octal2501437005110342276254
Binary1010100011000111110000101001100001110001010111110010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A86338

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A86338; }

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

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

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

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

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

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

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

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