Shades of Desert #A35939
Tints of Desert #A35939
RGB
CMYK
RGB Variations
Color information
#A35939 (or 0xA35939) is known color: Desert. HEX triplet: A3, 59 and 39. RGB value is (163,89,57). Sum of RGB (Red+Green+Blue) = 163+89+57=309 (40% of max value = 765). Red value is 163 (64.06% from 255 or 52.75% from 309); Green value is 89 (35.16% from 255 or 28.80% from 309); Blue value is 57 (22.66% from 255 or 18.45% from 309); Max value from RGB is 163 - color contains mainly: red. Hex color #A35939 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A35939 is #5CA6C6. Grayscale: #6B6B6B. Windows color (decimal): -6072007 or 3758499. OLE color: 3758499.
HSL color Cylindrical-coordinate representation of color #A35939: hue angle of 18.11º degrees, saturation: 0.48, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #A35939 is Cyan = 0, Magento = 0.45, Yellow = 0.65 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 89 | 57 | - |
| CMYK | 0 | 0.45 | 0.65 | 0.36 |
| HSL | 18.11º | 0.48% | 0.43% | - |
| HSV(B) | 18.11º | 0.65% | 0.64% | - |
| XYZ | 19.42 | 15.23 | 5.79 | - |
| YUV | 107.48 | 99.52 | 167.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 89 | 57 | 0 | 0.45 | 0.65 | 0.36 | 18.11 | 0.48 | 0.43 |
| Hex | A3 | 59 | 39 | 0 | 2D | 41 | 24 | 12 | 30 | 2B |
| Octal | 243 | 131 | 71 | 0 | 55 | 101 | 44 | 22 | 60 | 53 |
| Binary | 10100011 | 1011001 | 111001 | 0 | 101101 | 1000001 | 100100 | 10010 | 110000 | 101011 |
Color Harmonies of #A35939
Complementary color
Monochromatic Colors of #A35939
Black with #A35939
Text Example
Text Example
White with #A35939
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A35939; }
p { color: rgb(163,89,57); }
H1.HeaderClassName
{
color: #A35939;
}
.AnyTagClassName
{
color: #A35939;
}
</style>
background-color css
<style>
a { background-color: #A35939; }
a { background-color: rgb(163,89,57); }
div.DivClassName
{
background-color: #A35939;
}
.BgClassName
{
background-color: #A35939;
}
</style>
border-color css
<style>
span { border-color: #A35939; }
span { border-color: rgb(163,89,57); }
td.TdClassName
{
border-color: #A35939;
}
.TagClassName
{
border-color: #A35939;
}
</style>