Shades of Desert #A55A3B
Tints of Desert #A55A3B
RGB
CMYK
RGB Variations
Color information
#A55A3B (or 0xA55A3B) is known color: Desert. HEX triplet: A5, 5A and 3B. RGB value is (165,90,59). Sum of RGB (Red+Green+Blue) = 165+90+59=314 (41% of max value = 765). Red value is 165 (64.84% from 255 or 52.55% from 314); Green value is 90 (35.55% from 255 or 28.66% from 314); Blue value is 59 (23.44% from 255 or 18.79% from 314); Max value from RGB is 165 - color contains mainly: red. Hex color #A55A3B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A55A3B is #5AA5C4. Grayscale: #6D6D6D. Windows color (decimal): -5940677 or 3889829. OLE color: 3889829.
HSL color Cylindrical-coordinate representation of color #A55A3B: hue angle of 17.55º 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 #A55A3B is Cyan = 0, Magento = 0.45, Yellow = 0.64 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 90 | 59 | - |
| CMYK | 0 | 0.45 | 0.64 | 0.35 |
| HSL | 17.55º | 0.47% | 0.44% | - |
| HSV(B) | 17.55º | 0.64% | 0.65% | - |
| XYZ | 19.96 | 15.63 | 6.1 | - |
| YUV | 108.89 | 99.85 | 168.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 90 | 59 | 0 | 0.45 | 0.64 | 0.35 | 17.55 | 0.47 | 0.44 |
| Hex | A5 | 5A | 3B | 0 | 2D | 40 | 23 | 12 | 2F | 2C |
| Octal | 245 | 132 | 73 | 0 | 55 | 100 | 43 | 22 | 57 | 54 |
| Binary | 10100101 | 1011010 | 111011 | 0 | 101101 | 1000000 | 100011 | 10010 | 101111 | 101100 |
Color Harmonies of #A55A3B
Complementary color
Monochromatic Colors of #A55A3B
Black with #A55A3B
Text Example
Text Example
White with #A55A3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A55A3B; }
p { color: rgb(165,90,59); }
H1.HeaderClassName
{
color: #A55A3B;
}
.AnyTagClassName
{
color: #A55A3B;
}
</style>
background-color css
<style>
a { background-color: #A55A3B; }
a { background-color: rgb(165,90,59); }
div.DivClassName
{
background-color: #A55A3B;
}
.BgClassName
{
background-color: #A55A3B;
}
</style>
border-color css
<style>
span { border-color: #A55A3B; }
span { border-color: rgb(165,90,59); }
td.TdClassName
{
border-color: #A55A3B;
}
.TagClassName
{
border-color: #A55A3B;
}
</style>