Shades of Sahara #AE922C
Tints of Sahara #AE922C
RGB
CMYK
RGB Variations
Color information
#AE922C (or 0xAE922C) is known color: Sahara. HEX triplet: AE, 92 and 2C. RGB value is (174,146,44). Sum of RGB (Red+Green+Blue) = 174+146+44=364 (48% of max value = 765). Red value is 174 (68.36% from 255 or 47.80% from 364); Green value is 146 (57.42% from 255 or 40.11% from 364); Blue value is 44 (17.58% from 255 or 12.09% from 364); Max value from RGB is 174 - color contains mainly: red. Hex color #AE922C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AE922C is #516DD3. Grayscale: #8F8F8F. Windows color (decimal): -5336532 or 2921134. OLE color: 2921134.
HSL color Cylindrical-coordinate representation of color #AE922C: hue angle of 47.08º degrees, saturation: 0.6, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #AE922C is Cyan = 0, Magento = 0.16, Yellow = 0.75 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 146 | 44 | - |
| CMYK | 0 | 0.16 | 0.75 | 0.32 |
| HSL | 47.08º | 0.6% | 0.43% | - |
| HSV(B) | 47.08º | 0.75% | 0.68% | - |
| XYZ | 28.19 | 29.74 | 6.64 | - |
| YUV | 142.74 | 72.28 | 150.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 146 | 44 | 0 | 0.16 | 0.75 | 0.32 | 47.08 | 0.6 | 0.43 |
| Hex | AE | 92 | 2C | 0 | 10 | 4B | 20 | 2F | 3C | 2B |
| Octal | 256 | 222 | 54 | 0 | 20 | 113 | 40 | 57 | 74 | 53 |
| Binary | 10101110 | 10010010 | 101100 | 0 | 10000 | 1001011 | 100000 | 101111 | 111100 | 101011 |
Color Harmonies of #AE922C
Complementary color
Monochromatic Colors of #AE922C
Black with #AE922C
Text Example
Text Example
White with #AE922C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE922C; }
p { color: rgb(174,146,44); }
H1.HeaderClassName
{
color: #AE922C;
}
.AnyTagClassName
{
color: #AE922C;
}
</style>
background-color css
<style>
a { background-color: #AE922C; }
a { background-color: rgb(174,146,44); }
div.DivClassName
{
background-color: #AE922C;
}
.BgClassName
{
background-color: #AE922C;
}
</style>
border-color css
<style>
span { border-color: #AE922C; }
span { border-color: rgb(174,146,44); }
td.TdClassName
{
border-color: #AE922C;
}
.TagClassName
{
border-color: #AE922C;
}
</style>