Shades of Desert #A75E3C
Tints of Desert #A75E3C
RGB
CMYK
RGB Variations
Color information
#A75E3C (or 0xA75E3C) is known color: Desert. HEX triplet: A7, 5E and 3C. RGB value is (167,94,60). Sum of RGB (Red+Green+Blue) = 167+94+60=321 (42% of max value = 765). Red value is 167 (65.62% from 255 or 52.02% from 321); Green value is 94 (37.11% from 255 or 29.28% from 321); Blue value is 60 (23.83% from 255 or 18.69% from 321); Max value from RGB is 167 - color contains mainly: red. Hex color #A75E3C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A75E3C is #58A1C3. Grayscale: #707070. Windows color (decimal): -5808580 or 3956391. OLE color: 3956391.
HSL color Cylindrical-coordinate representation of color #A75E3C: hue angle of 19.07º degrees, saturation: 0.47, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #A75E3C is Cyan = 0, Magento = 0.44, Yellow = 0.64 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 94 | 60 | - |
| CMYK | 0 | 0.44 | 0.64 | 0.35 |
| HSL | 19.07º | 0.47% | 0.45% | - |
| HSV(B) | 19.07º | 0.64% | 0.65% | - |
| XYZ | 20.75 | 16.55 | 6.37 | - |
| YUV | 111.95 | 98.68 | 167.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 94 | 60 | 0 | 0.44 | 0.64 | 0.35 | 19.07 | 0.47 | 0.45 |
| Hex | A7 | 5E | 3C | 0 | 2C | 40 | 23 | 13 | 2F | 2D |
| Octal | 247 | 136 | 74 | 0 | 54 | 100 | 43 | 23 | 57 | 55 |
| Binary | 10100111 | 1011110 | 111100 | 0 | 101100 | 1000000 | 100011 | 10011 | 101111 | 101101 |
Color Harmonies of #A75E3C
Complementary color
Monochromatic Colors of #A75E3C
Black with #A75E3C
Text Example
Text Example
White with #A75E3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A75E3C; }
p { color: rgb(167,94,60); }
H1.HeaderClassName
{
color: #A75E3C;
}
.AnyTagClassName
{
color: #A75E3C;
}
</style>
background-color css
<style>
a { background-color: #A75E3C; }
a { background-color: rgb(167,94,60); }
div.DivClassName
{
background-color: #A75E3C;
}
.BgClassName
{
background-color: #A75E3C;
}
</style>
border-color css
<style>
span { border-color: #A75E3C; }
span { border-color: rgb(167,94,60); }
td.TdClassName
{
border-color: #A75E3C;
}
.TagClassName
{
border-color: #A75E3C;
}
</style>