Shades of Desert #A55C34
Tints of Desert #A55C34
RGB
CMYK
RGB Variations
Color information
#A55C34 (or 0xA55C34) is known color: Desert. HEX triplet: A5, 5C and 34. RGB value is (165,92,52). Sum of RGB (Red+Green+Blue) = 165+92+52=309 (40% of max value = 765). Red value is 165 (64.84% from 255 or 53.40% from 309); Green value is 92 (36.33% from 255 or 29.77% from 309); Blue value is 52 (20.70% from 255 or 16.83% from 309); Max value from RGB is 165 - color contains mainly: red. Hex color #A55C34 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A55C34 is #5AA3CB. Grayscale: #6D6D6D. Windows color (decimal): -5940172 or 3431589. OLE color: 3431589.
HSL color Cylindrical-coordinate representation of color #A55C34: hue angle of 21.24º degrees, saturation: 0.52, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A55C34 is Cyan = 0, Magento = 0.44, Yellow = 0.68 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 92 | 52 | - |
| CMYK | 0 | 0.44 | 0.68 | 0.35 |
| HSL | 21.24º | 0.52% | 0.43% | - |
| HSV(B) | 21.24º | 0.68% | 0.65% | - |
| XYZ | 19.96 | 15.9 | 5.27 | - |
| YUV | 109.27 | 95.68 | 167.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 92 | 52 | 0 | 0.44 | 0.68 | 0.35 | 21.24 | 0.52 | 0.43 |
| Hex | A5 | 5C | 34 | 0 | 2C | 44 | 23 | 15 | 34 | 2B |
| Octal | 245 | 134 | 64 | 0 | 54 | 104 | 43 | 25 | 64 | 53 |
| Binary | 10100101 | 1011100 | 110100 | 0 | 101100 | 1000100 | 100011 | 10101 | 110100 | 101011 |
Color Harmonies of #A55C34
Complementary color
Monochromatic Colors of #A55C34
Black with #A55C34
Text Example
Text Example
White with #A55C34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A55C34; }
p { color: rgb(165,92,52); }
H1.HeaderClassName
{
color: #A55C34;
}
.AnyTagClassName
{
color: #A55C34;
}
</style>
background-color css
<style>
a { background-color: #A55C34; }
a { background-color: rgb(165,92,52); }
div.DivClassName
{
background-color: #A55C34;
}
.BgClassName
{
background-color: #A55C34;
}
</style>
border-color css
<style>
span { border-color: #A55C34; }
span { border-color: rgb(165,92,52); }
td.TdClassName
{
border-color: #A55C34;
}
.TagClassName
{
border-color: #A55C34;
}
</style>