Shades of Desert #A5633B
Tints of Desert #A5633B
RGB
CMYK
RGB Variations
Color information
#A5633B (or 0xA5633B) is known color: Desert. HEX triplet: A5, 63 and 3B. RGB value is (165,99,59). Sum of RGB (Red+Green+Blue) = 165+99+59=323 (42% of max value = 765). Red value is 165 (64.84% from 255 or 51.08% from 323); Green value is 99 (39.06% from 255 or 30.65% from 323); Blue value is 59 (23.44% from 255 or 18.27% from 323); Max value from RGB is 165 - color contains mainly: red. Hex color #A5633B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A5633B is #5A9CC4. Grayscale: #727272. Windows color (decimal): -5938373 or 3892133. OLE color: 3892133.
HSL color Cylindrical-coordinate representation of color #A5633B: hue angle of 22.64º 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 #A5633B is Cyan = 0, Magento = 0.40, Yellow = 0.64 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 99 | 59 | - |
| CMYK | 0 | 0.40 | 0.64 | 0.35 |
| HSL | 22.64º | 0.47% | 0.44% | - |
| HSV(B) | 22.64º | 0.64% | 0.65% | - |
| XYZ | 20.77 | 17.24 | 6.37 | - |
| YUV | 114.17 | 96.87 | 164.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 99 | 59 | 0 | 0.40 | 0.64 | 0.35 | 22.64 | 0.47 | 0.44 |
| Hex | A5 | 63 | 3B | 0 | 28 | 40 | 23 | 17 | 2F | 2C |
| Octal | 245 | 143 | 73 | 0 | 50 | 100 | 43 | 27 | 57 | 54 |
| Binary | 10100101 | 1100011 | 111011 | 0 | 101000 | 1000000 | 100011 | 10111 | 101111 | 101100 |
Color Harmonies of #A5633B
Complementary color
Monochromatic Colors of #A5633B
Black with #A5633B
Text Example
Text Example
White with #A5633B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5633B; }
p { color: rgb(165,99,59); }
H1.HeaderClassName
{
color: #A5633B;
}
.AnyTagClassName
{
color: #A5633B;
}
</style>
background-color css
<style>
a { background-color: #A5633B; }
a { background-color: rgb(165,99,59); }
div.DivClassName
{
background-color: #A5633B;
}
.BgClassName
{
background-color: #A5633B;
}
</style>
border-color css
<style>
span { border-color: #A5633B; }
span { border-color: rgb(165,99,59); }
td.TdClassName
{
border-color: #A5633B;
}
.TagClassName
{
border-color: #A5633B;
}
</style>