Shades of Sahara #AE9C30
Tints of Sahara #AE9C30
RGB
CMYK
RGB Variations
Color information
#AE9C30 (or 0xAE9C30) is known color: Sahara. HEX triplet: AE, 9C and 30. RGB value is (174,156,48). Sum of RGB (Red+Green+Blue) = 174+156+48=378 (50% of max value = 765). Red value is 174 (68.36% from 255 or 46.03% from 378); Green value is 156 (61.33% from 255 or 41.27% from 378); Blue value is 48 (19.14% from 255 or 12.70% from 378); Max value from RGB is 174 - color contains mainly: red. Hex color #AE9C30 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AE9C30 is #5163CF. Grayscale: #959595. Windows color (decimal): -5333968 or 3185838. OLE color: 3185838.
HSL color Cylindrical-coordinate representation of color #AE9C30: hue angle of 51.43º degrees, saturation: 0.57, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #AE9C30 is Cyan = 0, Magento = 0.10, Yellow = 0.72 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 156 | 48 | - |
| CMYK | 0 | 0.10 | 0.72 | 0.32 |
| HSL | 51.43º | 0.57% | 0.44% | - |
| HSV(B) | 51.43º | 0.72% | 0.68% | - |
| XYZ | 29.88 | 32.99 | 7.59 | - |
| YUV | 149.07 | 70.96 | 145.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 156 | 48 | 0 | 0.10 | 0.72 | 0.32 | 51.43 | 0.57 | 0.44 |
| Hex | AE | 9C | 30 | 0 | A | 48 | 20 | 33 | 39 | 2C |
| Octal | 256 | 234 | 60 | 0 | 12 | 110 | 40 | 63 | 71 | 54 |
| Binary | 10101110 | 10011100 | 110000 | 0 | 1010 | 1001000 | 100000 | 110011 | 111001 | 101100 |
Color Harmonies of #AE9C30
Complementary color
Monochromatic Colors of #AE9C30
Black with #AE9C30
Text Example
Text Example
White with #AE9C30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE9C30; }
p { color: rgb(174,156,48); }
H1.HeaderClassName
{
color: #AE9C30;
}
.AnyTagClassName
{
color: #AE9C30;
}
</style>
background-color css
<style>
a { background-color: #AE9C30; }
a { background-color: rgb(174,156,48); }
div.DivClassName
{
background-color: #AE9C30;
}
.BgClassName
{
background-color: #AE9C30;
}
</style>
border-color css
<style>
span { border-color: #AE9C30; }
span { border-color: rgb(174,156,48); }
td.TdClassName
{
border-color: #AE9C30;
}
.TagClassName
{
border-color: #AE9C30;
}
</style>