Shades of Desert #A65C3C
Tints of Desert #A65C3C
RGB
CMYK
RGB Variations
Color information
#A65C3C (or 0xA65C3C) is known color: Desert. HEX triplet: A6, 5C and 3C. RGB value is (166,92,60). Sum of RGB (Red+Green+Blue) = 166+92+60=318 (42% of max value = 765). Red value is 166 (65.23% from 255 or 52.20% from 318); Green value is 92 (36.33% from 255 or 28.93% from 318); Blue value is 60 (23.83% from 255 or 18.87% from 318); Max value from RGB is 166 - color contains mainly: red. Hex color #A65C3C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A65C3C is #59A3C3. Grayscale: #6E6E6E. Windows color (decimal): -5874628 or 3955878. OLE color: 3955878.
HSL color Cylindrical-coordinate representation of color #A65C3C: hue angle of 18.11º degrees, saturation: 0.47, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #A65C3C is Cyan = 0, Magento = 0.45, Yellow = 0.64 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 92 | 60 | - |
| CMYK | 0 | 0.45 | 0.64 | 0.35 |
| HSL | 18.11º | 0.47% | 0.44% | - |
| HSV(B) | 18.11º | 0.64% | 0.65% | - |
| XYZ | 20.37 | 16.09 | 6.31 | - |
| YUV | 110.48 | 99.52 | 167.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 92 | 60 | 0 | 0.45 | 0.64 | 0.35 | 18.11 | 0.47 | 0.44 |
| Hex | A6 | 5C | 3C | 0 | 2D | 40 | 23 | 12 | 2F | 2C |
| Octal | 246 | 134 | 74 | 0 | 55 | 100 | 43 | 22 | 57 | 54 |
| Binary | 10100110 | 1011100 | 111100 | 0 | 101101 | 1000000 | 100011 | 10010 | 101111 | 101100 |
Color Harmonies of #A65C3C
Complementary color
Monochromatic Colors of #A65C3C
Black with #A65C3C
Text Example
Text Example
White with #A65C3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A65C3C; }
p { color: rgb(166,92,60); }
H1.HeaderClassName
{
color: #A65C3C;
}
.AnyTagClassName
{
color: #A65C3C;
}
</style>
background-color css
<style>
a { background-color: #A65C3C; }
a { background-color: rgb(166,92,60); }
div.DivClassName
{
background-color: #A65C3C;
}
.BgClassName
{
background-color: #A65C3C;
}
</style>
border-color css
<style>
span { border-color: #A65C3C; }
span { border-color: rgb(166,92,60); }
td.TdClassName
{
border-color: #A65C3C;
}
.TagClassName
{
border-color: #A65C3C;
}
</style>