Shades of Desert #A75D3E
Tints of Desert #A75D3E
RGB
CMYK
RGB Variations
Color information
#A75D3E (or 0xA75D3E) is known color: Desert. HEX triplet: A7, 5D and 3E. RGB value is (167,93,62). Sum of RGB (Red+Green+Blue) = 167+93+62=322 (42% of max value = 765). Red value is 167 (65.62% from 255 or 51.86% from 322); Green value is 93 (36.72% from 255 or 28.88% from 322); Blue value is 62 (24.61% from 255 or 19.25% from 322); Max value from RGB is 167 - color contains mainly: red. Hex color #A75D3E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A75D3E is #58A2C1. Grayscale: #6F6F6F. Windows color (decimal): -5808834 or 4087207. OLE color: 4087207.
HSL color Cylindrical-coordinate representation of color #A75D3E: hue angle of 17.71º degrees, saturation: 0.46, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A75D3E is Cyan = 0, Magento = 0.44, Yellow = 0.63 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 93 | 62 | - |
| CMYK | 0 | 0.44 | 0.63 | 0.35 |
| HSL | 17.71º | 0.46% | 0.45% | - |
| HSV(B) | 17.71º | 0.63% | 0.65% | - |
| XYZ | 20.72 | 16.39 | 6.63 | - |
| YUV | 111.59 | 100.02 | 167.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 93 | 62 | 0 | 0.44 | 0.63 | 0.35 | 17.71 | 0.46 | 0.45 |
| Hex | A7 | 5D | 3E | 0 | 2C | 3F | 23 | 12 | 2E | 2D |
| Octal | 247 | 135 | 76 | 0 | 54 | 77 | 43 | 22 | 56 | 55 |
| Binary | 10100111 | 1011101 | 111110 | 0 | 101100 | 111111 | 100011 | 10010 | 101110 | 101101 |
Color Harmonies of #A75D3E
Complementary color
Monochromatic Colors of #A75D3E
Black with #A75D3E
Text Example
Text Example
White with #A75D3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A75D3E; }
p { color: rgb(167,93,62); }
H1.HeaderClassName
{
color: #A75D3E;
}
.AnyTagClassName
{
color: #A75D3E;
}
</style>
background-color css
<style>
a { background-color: #A75D3E; }
a { background-color: rgb(167,93,62); }
div.DivClassName
{
background-color: #A75D3E;
}
.BgClassName
{
background-color: #A75D3E;
}
</style>
border-color css
<style>
span { border-color: #A75D3E; }
span { border-color: rgb(167,93,62); }
td.TdClassName
{
border-color: #A75D3E;
}
.TagClassName
{
border-color: #A75D3E;
}
</style>