Shades of Desert #A5633D
Tints of Desert #A5633D
RGB
CMYK
RGB Variations
Color information
#A5633D (or 0xA5633D) is known color: Desert. HEX triplet: A5, 63 and 3D. RGB value is (165,99,61). Sum of RGB (Red+Green+Blue) = 165+99+61=325 (43% of max value = 765). Red value is 165 (64.84% from 255 or 50.77% from 325); Green value is 99 (39.06% from 255 or 30.46% from 325); Blue value is 61 (24.22% from 255 or 18.77% from 325); Max value from RGB is 165 - color contains mainly: red. Hex color #A5633D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A5633D is #5A9CC2. Grayscale: #727272. Windows color (decimal): -5938371 or 4023205. OLE color: 4023205.
HSL color Cylindrical-coordinate representation of color #A5633D: hue angle of 21.92º degrees, saturation: 0.46, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A5633D is Cyan = 0, Magento = 0.40, Yellow = 0.63 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 99 | 61 | - |
| CMYK | 0 | 0.40 | 0.63 | 0.35 |
| HSL | 21.92º | 0.46% | 0.44% | - |
| HSV(B) | 21.92º | 0.63% | 0.65% | - |
| XYZ | 20.82 | 17.26 | 6.65 | - |
| YUV | 114.4 | 97.87 | 164.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 99 | 61 | 0 | 0.40 | 0.63 | 0.35 | 21.92 | 0.46 | 0.44 |
| Hex | A5 | 63 | 3D | 0 | 28 | 3F | 23 | 16 | 2E | 2C |
| Octal | 245 | 143 | 75 | 0 | 50 | 77 | 43 | 26 | 56 | 54 |
| Binary | 10100101 | 1100011 | 111101 | 0 | 101000 | 111111 | 100011 | 10110 | 101110 | 101100 |
Color Harmonies of #A5633D
Complementary color
Monochromatic Colors of #A5633D
Black with #A5633D
Text Example
Text Example
White with #A5633D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5633D; }
p { color: rgb(165,99,61); }
H1.HeaderClassName
{
color: #A5633D;
}
.AnyTagClassName
{
color: #A5633D;
}
</style>
background-color css
<style>
a { background-color: #A5633D; }
a { background-color: rgb(165,99,61); }
div.DivClassName
{
background-color: #A5633D;
}
.BgClassName
{
background-color: #A5633D;
}
</style>
border-color css
<style>
span { border-color: #A5633D; }
span { border-color: rgb(165,99,61); }
td.TdClassName
{
border-color: #A5633D;
}
.TagClassName
{
border-color: #A5633D;
}
</style>