Shades of Desert #A35A3B
Tints of Desert #A35A3B
RGB
CMYK
RGB Variations
Color information
#A35A3B (or 0xA35A3B) is known color: Desert. HEX triplet: A3, 5A and 3B. RGB value is (163,90,59). Sum of RGB (Red+Green+Blue) = 163+90+59=312 (41% of max value = 765). Red value is 163 (64.06% from 255 or 52.24% from 312); Green value is 90 (35.55% from 255 or 28.85% from 312); Blue value is 59 (23.44% from 255 or 18.91% from 312); Max value from RGB is 163 - color contains mainly: red. Hex color #A35A3B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A35A3B is #5CA5C4. Grayscale: #6C6C6C. Windows color (decimal): -6071749 or 3889827. OLE color: 3889827.
HSL color Cylindrical-coordinate representation of color #A35A3B: hue angle of 17.88º degrees, saturation: 0.47, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #A35A3B is Cyan = 0, Magento = 0.45, Yellow = 0.64 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 90 | 59 | - |
| CMYK | 0 | 0.45 | 0.64 | 0.36 |
| HSL | 17.88º | 0.47% | 0.44% | - |
| HSV(B) | 17.88º | 0.64% | 0.64% | - |
| XYZ | 19.55 | 15.41 | 6.08 | - |
| YUV | 108.29 | 100.18 | 167.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 90 | 59 | 0 | 0.45 | 0.64 | 0.36 | 17.88 | 0.47 | 0.44 |
| Hex | A3 | 5A | 3B | 0 | 2D | 40 | 24 | 12 | 2F | 2C |
| Octal | 243 | 132 | 73 | 0 | 55 | 100 | 44 | 22 | 57 | 54 |
| Binary | 10100011 | 1011010 | 111011 | 0 | 101101 | 1000000 | 100100 | 10010 | 101111 | 101100 |
Color Harmonies of #A35A3B
Complementary color
Monochromatic Colors of #A35A3B
Black with #A35A3B
Text Example
Text Example
White with #A35A3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A35A3B; }
p { color: rgb(163,90,59); }
H1.HeaderClassName
{
color: #A35A3B;
}
.AnyTagClassName
{
color: #A35A3B;
}
</style>
background-color css
<style>
a { background-color: #A35A3B; }
a { background-color: rgb(163,90,59); }
div.DivClassName
{
background-color: #A35A3B;
}
.BgClassName
{
background-color: #A35A3B;
}
</style>
border-color css
<style>
span { border-color: #A35A3B; }
span { border-color: rgb(163,90,59); }
td.TdClassName
{
border-color: #A35A3B;
}
.TagClassName
{
border-color: #A35A3B;
}
</style>