Shades of Desert #A85F38
Tints of Desert #A85F38
RGB
CMYK
RGB Variations
Color information
#A85F38 (or 0xA85F38) is known color: Desert. HEX triplet: A8, 5F and 38. RGB value is (168,95,56). Sum of RGB (Red+Green+Blue) = 168+95+56=319 (42% of max value = 765). Red value is 168 (66.02% from 255 or 52.66% from 319); Green value is 95 (37.5% from 255 or 29.78% from 319); Blue value is 56 (22.27% from 255 or 17.55% from 319); Max value from RGB is 168 - color contains mainly: red. Hex color #A85F38 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A85F38 is #57A0C7. Grayscale: #707070. Windows color (decimal): -5742792 or 3694504. OLE color: 3694504.
HSL color Cylindrical-coordinate representation of color #A85F38: hue angle of 20.89º 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 #A85F38 is Cyan = 0, Magento = 0.43, Yellow = 0.67 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 95 | 56 | - |
| CMYK | 0 | 0.43 | 0.67 | 0.34 |
| HSL | 20.89º | 0.5% | 0.44% | - |
| HSV(B) | 20.89º | 0.67% | 0.66% | - |
| XYZ | 20.95 | 16.79 | 5.88 | - |
| YUV | 112.38 | 96.18 | 167.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 95 | 56 | 0 | 0.43 | 0.67 | 0.34 | 20.89 | 0.5 | 0.44 |
| Hex | A8 | 5F | 38 | 0 | 2B | 43 | 22 | 15 | 32 | 2C |
| Octal | 250 | 137 | 70 | 0 | 53 | 103 | 42 | 25 | 62 | 54 |
| Binary | 10101000 | 1011111 | 111000 | 0 | 101011 | 1000011 | 100010 | 10101 | 110010 | 101100 |
Color Harmonies of #A85F38
Complementary color
Monochromatic Colors of #A85F38
Black with #A85F38
Text Example
Text Example
White with #A85F38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A85F38; }
p { color: rgb(168,95,56); }
H1.HeaderClassName
{
color: #A85F38;
}
.AnyTagClassName
{
color: #A85F38;
}
</style>
background-color css
<style>
a { background-color: #A85F38; }
a { background-color: rgb(168,95,56); }
div.DivClassName
{
background-color: #A85F38;
}
.BgClassName
{
background-color: #A85F38;
}
</style>
border-color css
<style>
span { border-color: #A85F38; }
span { border-color: rgb(168,95,56); }
td.TdClassName
{
border-color: #A85F38;
}
.TagClassName
{
border-color: #A85F38;
}
</style>