Shades of Desert #A75B3C
Tints of Desert #A75B3C
RGB
CMYK
RGB Variations
Color information
#A75B3C (or 0xA75B3C) is known color: Desert. HEX triplet: A7, 5B and 3C. RGB value is (167,91,60). Sum of RGB (Red+Green+Blue) = 167+91+60=318 (42% of max value = 765). Red value is 167 (65.62% from 255 or 52.52% from 318); Green value is 91 (35.94% from 255 or 28.62% from 318); Blue value is 60 (23.83% from 255 or 18.87% from 318); Max value from RGB is 167 - color contains mainly: red. Hex color #A75B3C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A75B3C is #58A4C3. Grayscale: #6E6E6E. Windows color (decimal): -5809348 or 3955623. OLE color: 3955623.
HSL color Cylindrical-coordinate representation of color #A75B3C: hue angle of 17.38º 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 #A75B3C is Cyan = 0, Magento = 0.46, Yellow = 0.64 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 91 | 60 | - |
| CMYK | 0 | 0.46 | 0.64 | 0.35 |
| HSL | 17.38º | 0.47% | 0.45% | - |
| HSV(B) | 17.38º | 0.64% | 0.65% | - |
| XYZ | 20.49 | 16.02 | 6.29 | - |
| YUV | 110.19 | 99.68 | 168.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 91 | 60 | 0 | 0.46 | 0.64 | 0.35 | 17.38 | 0.47 | 0.45 |
| Hex | A7 | 5B | 3C | 0 | 2E | 40 | 23 | 11 | 2F | 2D |
| Octal | 247 | 133 | 74 | 0 | 56 | 100 | 43 | 21 | 57 | 55 |
| Binary | 10100111 | 1011011 | 111100 | 0 | 101110 | 1000000 | 100011 | 10001 | 101111 | 101101 |
Color Harmonies of #A75B3C
Complementary color
Monochromatic Colors of #A75B3C
Black with #A75B3C
Text Example
Text Example
White with #A75B3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A75B3C; }
p { color: rgb(167,91,60); }
H1.HeaderClassName
{
color: #A75B3C;
}
.AnyTagClassName
{
color: #A75B3C;
}
</style>
background-color css
<style>
a { background-color: #A75B3C; }
a { background-color: rgb(167,91,60); }
div.DivClassName
{
background-color: #A75B3C;
}
.BgClassName
{
background-color: #A75B3C;
}
</style>
border-color css
<style>
span { border-color: #A75B3C; }
span { border-color: rgb(167,91,60); }
td.TdClassName
{
border-color: #A75B3C;
}
.TagClassName
{
border-color: #A75B3C;
}
</style>