Shades of Sahara #AE9B2C
Tints of Sahara #AE9B2C
RGB
CMYK
RGB Variations
Color information
#AE9B2C (or 0xAE9B2C) is known color: Sahara. HEX triplet: AE, 9B and 2C. RGB value is (174,155,44). Sum of RGB (Red+Green+Blue) = 174+155+44=373 (49% of max value = 765). Red value is 174 (68.36% from 255 or 46.65% from 373); Green value is 155 (60.94% from 255 or 41.55% from 373); Blue value is 44 (17.58% from 255 or 11.80% from 373); Max value from RGB is 174 - color contains mainly: red. Hex color #AE9B2C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AE9B2C is #5164D3. Grayscale: #949494. Windows color (decimal): -5334228 or 2923438. OLE color: 2923438.
HSL color Cylindrical-coordinate representation of color #AE9B2C: hue angle of 51.23º 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 #AE9B2C is Cyan = 0, Magento = 0.11, Yellow = 0.75 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 155 | 44 | - |
| CMYK | 0 | 0.11 | 0.75 | 0.32 |
| HSL | 51.23º | 0.6% | 0.43% | - |
| HSV(B) | 51.23º | 0.75% | 0.68% | - |
| XYZ | 29.63 | 32.62 | 7.12 | - |
| YUV | 148.03 | 69.29 | 146.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 155 | 44 | 0 | 0.11 | 0.75 | 0.32 | 51.23 | 0.6 | 0.43 |
| Hex | AE | 9B | 2C | 0 | B | 4B | 20 | 33 | 3C | 2B |
| Octal | 256 | 233 | 54 | 0 | 13 | 113 | 40 | 63 | 74 | 53 |
| Binary | 10101110 | 10011011 | 101100 | 0 | 1011 | 1001011 | 100000 | 110011 | 111100 | 101011 |
Color Harmonies of #AE9B2C
Complementary color
Monochromatic Colors of #AE9B2C
Black with #AE9B2C
Text Example
Text Example
White with #AE9B2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE9B2C; }
p { color: rgb(174,155,44); }
H1.HeaderClassName
{
color: #AE9B2C;
}
.AnyTagClassName
{
color: #AE9B2C;
}
</style>
background-color css
<style>
a { background-color: #AE9B2C; }
a { background-color: rgb(174,155,44); }
div.DivClassName
{
background-color: #AE9B2C;
}
.BgClassName
{
background-color: #AE9B2C;
}
</style>
border-color css
<style>
span { border-color: #AE9B2C; }
span { border-color: rgb(174,155,44); }
td.TdClassName
{
border-color: #AE9B2C;
}
.TagClassName
{
border-color: #AE9B2C;
}
</style>