Shades of Sahara #AE992D
Tints of Sahara #AE992D
RGB
CMYK
RGB Variations
Color information
#AE992D (or 0xAE992D) is known color: Sahara. HEX triplet: AE, 99 and 2D. RGB value is (174,153,45). Sum of RGB (Red+Green+Blue) = 174+153+45=372 (49% of max value = 765). Red value is 174 (68.36% from 255 or 46.77% from 372); Green value is 153 (60.16% from 255 or 41.13% from 372); Blue value is 45 (17.97% from 255 or 12.10% from 372); Max value from RGB is 174 - color contains mainly: red. Hex color #AE992D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AE992D is #5166D2. Grayscale: #939393. Windows color (decimal): -5334739 or 2988462. OLE color: 2988462.
HSL color Cylindrical-coordinate representation of color #AE992D: hue angle of 50.23º degrees, saturation: 0.59, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #AE992D is Cyan = 0, Magento = 0.12, Yellow = 0.74 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 153 | 45 | - |
| CMYK | 0 | 0.12 | 0.74 | 0.32 |
| HSL | 50.23º | 0.59% | 0.43% | - |
| HSV(B) | 50.23º | 0.74% | 0.68% | - |
| XYZ | 29.32 | 31.97 | 7.11 | - |
| YUV | 146.97 | 70.46 | 147.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 153 | 45 | 0 | 0.12 | 0.74 | 0.32 | 50.23 | 0.59 | 0.43 |
| Hex | AE | 99 | 2D | 0 | C | 4A | 20 | 32 | 3B | 2B |
| Octal | 256 | 231 | 55 | 0 | 14 | 112 | 40 | 62 | 73 | 53 |
| Binary | 10101110 | 10011001 | 101101 | 0 | 1100 | 1001010 | 100000 | 110010 | 111011 | 101011 |
Color Harmonies of #AE992D
Complementary color
Monochromatic Colors of #AE992D
Black with #AE992D
Text Example
Text Example
White with #AE992D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE992D; }
p { color: rgb(174,153,45); }
H1.HeaderClassName
{
color: #AE992D;
}
.AnyTagClassName
{
color: #AE992D;
}
</style>
background-color css
<style>
a { background-color: #AE992D; }
a { background-color: rgb(174,153,45); }
div.DivClassName
{
background-color: #AE992D;
}
.BgClassName
{
background-color: #AE992D;
}
</style>
border-color css
<style>
span { border-color: #AE992D; }
span { border-color: rgb(174,153,45); }
td.TdClassName
{
border-color: #AE992D;
}
.TagClassName
{
border-color: #AE992D;
}
</style>