Shades of Desert #AA633A
Tints of Desert #AA633A
RGB
CMYK
RGB Variations
Color information
#AA633A (or 0xAA633A) is known color: Desert. HEX triplet: AA, 63 and 3A. RGB value is (170,99,58). Sum of RGB (Red+Green+Blue) = 170+99+58=327 (43% of max value = 765). Red value is 170 (66.80% from 255 or 51.99% from 327); Green value is 99 (39.06% from 255 or 30.28% from 327); Blue value is 58 (23.05% from 255 or 17.74% from 327); Max value from RGB is 170 - color contains mainly: red. Hex color #AA633A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA633A is #559CC5. Grayscale: #737373. Windows color (decimal): -5610694 or 3826602. OLE color: 3826602.
HSL color Cylindrical-coordinate representation of color #AA633A: hue angle of 21.96º degrees, saturation: 0.49, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #AA633A is Cyan = 0, Magento = 0.42, Yellow = 0.66 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 99 | 58 | - |
| CMYK | 0 | 0.42 | 0.66 | 0.33 |
| HSL | 21.96º | 0.49% | 0.45% | - |
| HSV(B) | 21.96º | 0.66% | 0.67% | - |
| XYZ | 21.8 | 17.78 | 6.28 | - |
| YUV | 115.56 | 95.52 | 166.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 99 | 58 | 0 | 0.42 | 0.66 | 0.33 | 21.96 | 0.49 | 0.45 |
| Hex | AA | 63 | 3A | 0 | 2A | 42 | 21 | 16 | 31 | 2D |
| Octal | 252 | 143 | 72 | 0 | 52 | 102 | 41 | 26 | 61 | 55 |
| Binary | 10101010 | 1100011 | 111010 | 0 | 101010 | 1000010 | 100001 | 10110 | 110001 | 101101 |
Color Harmonies of #AA633A
Complementary color
Monochromatic Colors of #AA633A
Black with #AA633A
Text Example
Text Example
White with #AA633A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA633A; }
p { color: rgb(170,99,58); }
H1.HeaderClassName
{
color: #AA633A;
}
.AnyTagClassName
{
color: #AA633A;
}
</style>
background-color css
<style>
a { background-color: #AA633A; }
a { background-color: rgb(170,99,58); }
div.DivClassName
{
background-color: #AA633A;
}
.BgClassName
{
background-color: #AA633A;
}
</style>
border-color css
<style>
span { border-color: #AA633A; }
span { border-color: rgb(170,99,58); }
td.TdClassName
{
border-color: #AA633A;
}
.TagClassName
{
border-color: #AA633A;
}
</style>