Shades of Desert #A46035
Tints of Desert #A46035
RGB
CMYK
RGB Variations
Color information
#A46035 (or 0xA46035) is known color: Desert. HEX triplet: A4, 60 and 35. RGB value is (164,96,53). Sum of RGB (Red+Green+Blue) = 164+96+53=313 (41% of max value = 765). Red value is 164 (64.45% from 255 or 52.40% from 313); Green value is 96 (37.89% from 255 or 30.67% from 313); Blue value is 53 (21.09% from 255 or 16.93% from 313); Max value from RGB is 164 - color contains mainly: red. Hex color #A46035 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A46035 is #5B9FCA. Grayscale: #6F6F6F. Windows color (decimal): -6004683 or 3498148. OLE color: 3498148.
HSL color Cylindrical-coordinate representation of color #A46035: hue angle of 23.24º degrees, saturation: 0.51, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A46035 is Cyan = 0, Magento = 0.41, Yellow = 0.68 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 96 | 53 | - |
| CMYK | 0 | 0.41 | 0.68 | 0.36 |
| HSL | 23.24º | 0.51% | 0.43% | - |
| HSV(B) | 23.24º | 0.68% | 0.64% | - |
| XYZ | 20.14 | 16.52 | 5.49 | - |
| YUV | 111.43 | 95.03 | 165.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 96 | 53 | 0 | 0.41 | 0.68 | 0.36 | 23.24 | 0.51 | 0.43 |
| Hex | A4 | 60 | 35 | 0 | 29 | 44 | 24 | 17 | 33 | 2B |
| Octal | 244 | 140 | 65 | 0 | 51 | 104 | 44 | 27 | 63 | 53 |
| Binary | 10100100 | 1100000 | 110101 | 0 | 101001 | 1000100 | 100100 | 10111 | 110011 | 101011 |
Color Harmonies of #A46035
Complementary color
Monochromatic Colors of #A46035
Black with #A46035
Text Example
Text Example
White with #A46035
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A46035; }
p { color: rgb(164,96,53); }
H1.HeaderClassName
{
color: #A46035;
}
.AnyTagClassName
{
color: #A46035;
}
</style>
background-color css
<style>
a { background-color: #A46035; }
a { background-color: rgb(164,96,53); }
div.DivClassName
{
background-color: #A46035;
}
.BgClassName
{
background-color: #A46035;
}
</style>
border-color css
<style>
span { border-color: #A46035; }
span { border-color: rgb(164,96,53); }
td.TdClassName
{
border-color: #A46035;
}
.TagClassName
{
border-color: #A46035;
}
</style>