Shades of Sahara #AE9121
Tints of Sahara #AE9121
RGB
CMYK
RGB Variations
Color information
#AE9121 (or 0xAE9121) is known color: Sahara. HEX triplet: AE, 91 and 21. RGB value is (174,145,33). Sum of RGB (Red+Green+Blue) = 174+145+33=352 (46% of max value = 765). Red value is 174 (68.36% from 255 or 49.43% from 352); Green value is 145 (57.03% from 255 or 41.19% from 352); Blue value is 33 (13.28% from 255 or 9.38% from 352); Max value from RGB is 174 - color contains mainly: red. Hex color #AE9121 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AE9121 is #516EDE. Grayscale: #8D8D8D. Windows color (decimal): -5336799 or 2199982. OLE color: 2199982.
HSL color Cylindrical-coordinate representation of color #AE9121: hue angle of 47.66º degrees, saturation: 0.68, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #AE9121 is Cyan = 0, Magento = 0.17, Yellow = 0.81 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 145 | 33 | - |
| CMYK | 0 | 0.17 | 0.81 | 0.32 |
| HSL | 47.66º | 0.68% | 0.41% | - |
| HSV(B) | 47.66º | 0.81% | 0.68% | - |
| XYZ | 27.86 | 29.36 | 5.64 | - |
| YUV | 140.9 | 67.11 | 151.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 145 | 33 | 0 | 0.17 | 0.81 | 0.32 | 47.66 | 0.68 | 0.41 |
| Hex | AE | 91 | 21 | 0 | 11 | 51 | 20 | 30 | 44 | 29 |
| Octal | 256 | 221 | 41 | 0 | 21 | 121 | 40 | 60 | 104 | 51 |
| Binary | 10101110 | 10010001 | 100001 | 0 | 10001 | 1010001 | 100000 | 110000 | 1000100 | 101001 |
Color Harmonies of #AE9121
Complementary color
Monochromatic Colors of #AE9121
Black with #AE9121
Text Example
Text Example
White with #AE9121
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE9121; }
p { color: rgb(174,145,33); }
H1.HeaderClassName
{
color: #AE9121;
}
.AnyTagClassName
{
color: #AE9121;
}
</style>
background-color css
<style>
a { background-color: #AE9121; }
a { background-color: rgb(174,145,33); }
div.DivClassName
{
background-color: #AE9121;
}
.BgClassName
{
background-color: #AE9121;
}
</style>
border-color css
<style>
span { border-color: #AE9121; }
span { border-color: rgb(174,145,33); }
td.TdClassName
{
border-color: #AE9121;
}
.TagClassName
{
border-color: #AE9121;
}
</style>