Shades of Desert #A86339
Tints of Desert #A86339
RGB
CMYK
RGB Variations
Color information
#A86339 (or 0xA86339) is known color: Desert. HEX triplet: A8, 63 and 39. RGB value is (168,99,57). Sum of RGB (Red+Green+Blue) = 168+99+57=324 (42% of max value = 765). Red value is 168 (66.02% from 255 or 51.85% from 324); Green value is 99 (39.06% from 255 or 30.56% from 324); Blue value is 57 (22.66% from 255 or 17.59% from 324); Max value from RGB is 168 - color contains mainly: red. Hex color #A86339 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A86339 is #579CC6. Grayscale: #737373. Windows color (decimal): -5741767 or 3761064. OLE color: 3761064.
HSL color Cylindrical-coordinate representation of color #A86339: hue angle of 22.7º degrees, saturation: 0.49, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A86339 is Cyan = 0, Magento = 0.41, Yellow = 0.66 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 99 | 57 | - |
| CMYK | 0 | 0.41 | 0.66 | 0.34 |
| HSL | 22.7º | 0.49% | 0.44% | - |
| HSV(B) | 22.7º | 0.66% | 0.66% | - |
| XYZ | 21.35 | 17.54 | 6.13 | - |
| YUV | 114.84 | 95.36 | 165.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 99 | 57 | 0 | 0.41 | 0.66 | 0.34 | 22.7 | 0.49 | 0.44 |
| Hex | A8 | 63 | 39 | 0 | 29 | 42 | 22 | 17 | 31 | 2C |
| Octal | 250 | 143 | 71 | 0 | 51 | 102 | 42 | 27 | 61 | 54 |
| Binary | 10101000 | 1100011 | 111001 | 0 | 101001 | 1000010 | 100010 | 10111 | 110001 | 101100 |
Color Harmonies of #A86339
Complementary color
Monochromatic Colors of #A86339
Black with #A86339
Text Example
Text Example
White with #A86339
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A86339; }
p { color: rgb(168,99,57); }
H1.HeaderClassName
{
color: #A86339;
}
.AnyTagClassName
{
color: #A86339;
}
</style>
background-color css
<style>
a { background-color: #A86339; }
a { background-color: rgb(168,99,57); }
div.DivClassName
{
background-color: #A86339;
}
.BgClassName
{
background-color: #A86339;
}
</style>
border-color css
<style>
span { border-color: #A86339; }
span { border-color: rgb(168,99,57); }
td.TdClassName
{
border-color: #A86339;
}
.TagClassName
{
border-color: #A86339;
}
</style>