Shades of Desert #A35C3C
Tints of Desert #A35C3C
RGB
CMYK
RGB Variations
Color information
#A35C3C (or 0xA35C3C) is known color: Desert. HEX triplet: A3, 5C and 3C. RGB value is (163,92,60). Sum of RGB (Red+Green+Blue) = 163+92+60=315 (41% of max value = 765). Red value is 163 (64.06% from 255 or 51.75% from 315); Green value is 92 (36.33% from 255 or 29.21% from 315); Blue value is 60 (23.83% from 255 or 19.05% from 315); Max value from RGB is 163 - color contains mainly: red. Hex color #A35C3C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A35C3C is #5CA3C3. Grayscale: #6D6D6D. Windows color (decimal): -6071236 or 3955875. OLE color: 3955875.
HSL color Cylindrical-coordinate representation of color #A35C3C: hue angle of 18.64º 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 #A35C3C is Cyan = 0, Magento = 0.44, Yellow = 0.63 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 92 | 60 | - |
| CMYK | 0 | 0.44 | 0.63 | 0.36 |
| HSL | 18.64º | 0.46% | 0.44% | - |
| HSV(B) | 18.64º | 0.63% | 0.64% | - |
| XYZ | 19.75 | 15.77 | 6.28 | - |
| YUV | 109.58 | 100.02 | 166.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 92 | 60 | 0 | 0.44 | 0.63 | 0.36 | 18.64 | 0.46 | 0.44 |
| Hex | A3 | 5C | 3C | 0 | 2C | 3F | 24 | 13 | 2E | 2C |
| Octal | 243 | 134 | 74 | 0 | 54 | 77 | 44 | 23 | 56 | 54 |
| Binary | 10100011 | 1011100 | 111100 | 0 | 101100 | 111111 | 100100 | 10011 | 101110 | 101100 |
Color Harmonies of #A35C3C
Complementary color
Monochromatic Colors of #A35C3C
Black with #A35C3C
Text Example
Text Example
White with #A35C3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A35C3C; }
p { color: rgb(163,92,60); }
H1.HeaderClassName
{
color: #A35C3C;
}
.AnyTagClassName
{
color: #A35C3C;
}
</style>
background-color css
<style>
a { background-color: #A35C3C; }
a { background-color: rgb(163,92,60); }
div.DivClassName
{
background-color: #A35C3C;
}
.BgClassName
{
background-color: #A35C3C;
}
</style>
border-color css
<style>
span { border-color: #A35C3C; }
span { border-color: rgb(163,92,60); }
td.TdClassName
{
border-color: #A35C3C;
}
.TagClassName
{
border-color: #A35C3C;
}
</style>