Shades of Desert #AA623A
Tints of Desert #AA623A
RGB
CMYK
RGB Variations
Color information
#AA623A (or 0xAA623A) is known color: Desert. HEX triplet: AA, 62 and 3A. RGB value is (170,98,58). Sum of RGB (Red+Green+Blue) = 170+98+58=326 (43% of max value = 765). Red value is 170 (66.80% from 255 or 52.15% from 326); Green value is 98 (38.67% from 255 or 30.06% from 326); Blue value is 58 (23.05% from 255 or 17.79% from 326); Max value from RGB is 170 - color contains mainly: red. Hex color #AA623A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA623A is #559DC5. Grayscale: #737373. Windows color (decimal): -5610950 or 3826346. OLE color: 3826346.
HSL color Cylindrical-coordinate representation of color #AA623A: hue angle of 21.43º 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 #AA623A is Cyan = 0, Magento = 0.42, Yellow = 0.66 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 98 | 58 | - |
| CMYK | 0 | 0.42 | 0.66 | 0.33 |
| HSL | 21.43º | 0.49% | 0.45% | - |
| HSV(B) | 21.43º | 0.66% | 0.67% | - |
| XYZ | 21.71 | 17.59 | 6.25 | - |
| YUV | 114.97 | 95.85 | 167.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 98 | 58 | 0 | 0.42 | 0.66 | 0.33 | 21.43 | 0.49 | 0.45 |
| Hex | AA | 62 | 3A | 0 | 2A | 42 | 21 | 15 | 31 | 2D |
| Octal | 252 | 142 | 72 | 0 | 52 | 102 | 41 | 25 | 61 | 55 |
| Binary | 10101010 | 1100010 | 111010 | 0 | 101010 | 1000010 | 100001 | 10101 | 110001 | 101101 |
Color Harmonies of #AA623A
Complementary color
Monochromatic Colors of #AA623A
Black with #AA623A
Text Example
Text Example
White with #AA623A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA623A; }
p { color: rgb(170,98,58); }
H1.HeaderClassName
{
color: #AA623A;
}
.AnyTagClassName
{
color: #AA623A;
}
</style>
background-color css
<style>
a { background-color: #AA623A; }
a { background-color: rgb(170,98,58); }
div.DivClassName
{
background-color: #AA623A;
}
.BgClassName
{
background-color: #AA623A;
}
</style>
border-color css
<style>
span { border-color: #AA623A; }
span { border-color: rgb(170,98,58); }
td.TdClassName
{
border-color: #AA623A;
}
.TagClassName
{
border-color: #AA623A;
}
</style>