Shades of Sahara #AE9C29
Tints of Sahara #AE9C29
RGB
CMYK
RGB Variations
Color information
#AE9C29 (or 0xAE9C29) is known color: Sahara. HEX triplet: AE, 9C and 29. RGB value is (174,156,41). Sum of RGB (Red+Green+Blue) = 174+156+41=371 (49% of max value = 765). Red value is 174 (68.36% from 255 or 46.90% from 371); Green value is 156 (61.33% from 255 or 42.05% from 371); Blue value is 41 (16.41% from 255 or 11.05% from 371); Max value from RGB is 174 - color contains mainly: red. Hex color #AE9C29 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AE9C29 is #5163D6. Grayscale: #949494. Windows color (decimal): -5333975 or 2727086. OLE color: 2727086.
HSL color Cylindrical-coordinate representation of color #AE9C29: hue angle of 51.88º degrees, saturation: 0.62, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #AE9C29 is Cyan = 0, Magento = 0.10, Yellow = 0.76 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 156 | 41 | - |
| CMYK | 0 | 0.10 | 0.76 | 0.32 |
| HSL | 51.88º | 0.62% | 0.42% | - |
| HSV(B) | 51.88º | 0.76% | 0.68% | - |
| XYZ | 29.74 | 32.94 | 6.89 | - |
| YUV | 148.27 | 67.46 | 146.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 156 | 41 | 0 | 0.10 | 0.76 | 0.32 | 51.88 | 0.62 | 0.42 |
| Hex | AE | 9C | 29 | 0 | A | 4C | 20 | 34 | 3E | 2A |
| Octal | 256 | 234 | 51 | 0 | 12 | 114 | 40 | 64 | 76 | 52 |
| Binary | 10101110 | 10011100 | 101001 | 0 | 1010 | 1001100 | 100000 | 110100 | 111110 | 101010 |
Color Harmonies of #AE9C29
Complementary color
Monochromatic Colors of #AE9C29
Black with #AE9C29
Text Example
Text Example
White with #AE9C29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE9C29; }
p { color: rgb(174,156,41); }
H1.HeaderClassName
{
color: #AE9C29;
}
.AnyTagClassName
{
color: #AE9C29;
}
</style>
background-color css
<style>
a { background-color: #AE9C29; }
a { background-color: rgb(174,156,41); }
div.DivClassName
{
background-color: #AE9C29;
}
.BgClassName
{
background-color: #AE9C29;
}
</style>
border-color css
<style>
span { border-color: #AE9C29; }
span { border-color: rgb(174,156,41); }
td.TdClassName
{
border-color: #AE9C29;
}
.TagClassName
{
border-color: #AE9C29;
}
</style>