Shades of Sahara #AE8D23
Tints of Sahara #AE8D23
RGB
CMYK
RGB Variations
Color information
#AE8D23 (or 0xAE8D23) is known color: Sahara. HEX triplet: AE, 8D and 23. RGB value is (174,141,35). Sum of RGB (Red+Green+Blue) = 174+141+35=350 (46% of max value = 765). Red value is 174 (68.36% from 255 or 49.71% from 350); Green value is 141 (55.47% from 255 or 40.29% from 350); Blue value is 35 (14.06% from 255 or 10% from 350); Max value from RGB is 174 - color contains mainly: red. Hex color #AE8D23 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AE8D23 is #5172DC. Grayscale: #8B8B8B. Windows color (decimal): -5337821 or 2330030. OLE color: 2330030.
HSL color Cylindrical-coordinate representation of color #AE8D23: hue angle of 45.76º degrees, saturation: 0.67, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #AE8D23 is Cyan = 0, Magento = 0.19, Yellow = 0.80 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 141 | 35 | - |
| CMYK | 0 | 0.19 | 0.80 | 0.32 |
| HSL | 45.76º | 0.67% | 0.41% | - |
| HSV(B) | 45.76º | 0.8% | 0.68% | - |
| XYZ | 27.28 | 28.17 | 5.59 | - |
| YUV | 138.78 | 69.43 | 153.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 141 | 35 | 0 | 0.19 | 0.80 | 0.32 | 45.76 | 0.67 | 0.41 |
| Hex | AE | 8D | 23 | 0 | 13 | 50 | 20 | 2E | 43 | 29 |
| Octal | 256 | 215 | 43 | 0 | 23 | 120 | 40 | 56 | 103 | 51 |
| Binary | 10101110 | 10001101 | 100011 | 0 | 10011 | 1010000 | 100000 | 101110 | 1000011 | 101001 |
Color Harmonies of #AE8D23
Complementary color
Monochromatic Colors of #AE8D23
Black with #AE8D23
Text Example
Text Example
White with #AE8D23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE8D23; }
p { color: rgb(174,141,35); }
H1.HeaderClassName
{
color: #AE8D23;
}
.AnyTagClassName
{
color: #AE8D23;
}
</style>
background-color css
<style>
a { background-color: #AE8D23; }
a { background-color: rgb(174,141,35); }
div.DivClassName
{
background-color: #AE8D23;
}
.BgClassName
{
background-color: #AE8D23;
}
</style>
border-color css
<style>
span { border-color: #AE8D23; }
span { border-color: rgb(174,141,35); }
td.TdClassName
{
border-color: #AE8D23;
}
.TagClassName
{
border-color: #AE8D23;
}
</style>