Shades of Desert #A35F3C
Tints of Desert #A35F3C
RGB
CMYK
RGB Variations
Color information
#A35F3C (or 0xA35F3C) is known color: Desert. HEX triplet: A3, 5F and 3C. RGB value is (163,95,60). Sum of RGB (Red+Green+Blue) = 163+95+60=318 (42% of max value = 765). Red value is 163 (64.06% from 255 or 51.26% from 318); Green value is 95 (37.5% from 255 or 29.87% from 318); Blue value is 60 (23.83% from 255 or 18.87% from 318); Max value from RGB is 163 - color contains mainly: red. Hex color #A35F3C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A35F3C is #5CA0C3. Grayscale: #6F6F6F. Windows color (decimal): -6070468 or 3956643. OLE color: 3956643.
HSL color Cylindrical-coordinate representation of color #A35F3C: hue angle of 20.39º degrees, saturation: 0.46, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A35F3C is Cyan = 0, Magento = 0.42, Yellow = 0.63 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 95 | 60 | - |
| CMYK | 0 | 0.42 | 0.63 | 0.36 |
| HSL | 20.39º | 0.46% | 0.44% | - |
| HSV(B) | 20.39º | 0.63% | 0.64% | - |
| XYZ | 20.01 | 16.3 | 6.37 | - |
| YUV | 111.34 | 99.03 | 164.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 95 | 60 | 0 | 0.42 | 0.63 | 0.36 | 20.39 | 0.46 | 0.44 |
| Hex | A3 | 5F | 3C | 0 | 2A | 3F | 24 | 14 | 2E | 2C |
| Octal | 243 | 137 | 74 | 0 | 52 | 77 | 44 | 24 | 56 | 54 |
| Binary | 10100011 | 1011111 | 111100 | 0 | 101010 | 111111 | 100100 | 10100 | 101110 | 101100 |
Color Harmonies of #A35F3C
Complementary color
Monochromatic Colors of #A35F3C
Black with #A35F3C
Text Example
Text Example
White with #A35F3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A35F3C; }
p { color: rgb(163,95,60); }
H1.HeaderClassName
{
color: #A35F3C;
}
.AnyTagClassName
{
color: #A35F3C;
}
</style>
background-color css
<style>
a { background-color: #A35F3C; }
a { background-color: rgb(163,95,60); }
div.DivClassName
{
background-color: #A35F3C;
}
.BgClassName
{
background-color: #A35F3C;
}
</style>
border-color css
<style>
span { border-color: #A35F3C; }
span { border-color: rgb(163,95,60); }
td.TdClassName
{
border-color: #A35F3C;
}
.TagClassName
{
border-color: #A35F3C;
}
</style>