Shades of Sahara #AE8D25
Tints of Sahara #AE8D25
RGB
CMYK
RGB Variations
Color information
#AE8D25 (or 0xAE8D25) is known color: Sahara. HEX triplet: AE, 8D and 25. RGB value is (174,141,37). Sum of RGB (Red+Green+Blue) = 174+141+37=352 (46% of max value = 765). Red value is 174 (68.36% from 255 or 49.43% from 352); Green value is 141 (55.47% from 255 or 40.06% from 352); Blue value is 37 (14.84% from 255 or 10.51% from 352); Max value from RGB is 174 - color contains mainly: red. Hex color #AE8D25 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AE8D25 is #5172DA. Grayscale: #8B8B8B. Windows color (decimal): -5337819 or 2461102. OLE color: 2461102.
HSL color Cylindrical-coordinate representation of color #AE8D25: hue angle of 45.55º degrees, saturation: 0.65, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #AE8D25 is Cyan = 0, Magento = 0.19, Yellow = 0.79 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 141 | 37 | - |
| CMYK | 0 | 0.19 | 0.79 | 0.32 |
| HSL | 45.55º | 0.65% | 0.41% | - |
| HSV(B) | 45.55º | 0.79% | 0.68% | - |
| XYZ | 27.31 | 28.18 | 5.75 | - |
| YUV | 139.01 | 70.43 | 152.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 141 | 37 | 0 | 0.19 | 0.79 | 0.32 | 45.55 | 0.65 | 0.41 |
| Hex | AE | 8D | 25 | 0 | 13 | 4F | 20 | 2E | 41 | 29 |
| Octal | 256 | 215 | 45 | 0 | 23 | 117 | 40 | 56 | 101 | 51 |
| Binary | 10101110 | 10001101 | 100101 | 0 | 10011 | 1001111 | 100000 | 101110 | 1000001 | 101001 |
Color Harmonies of #AE8D25
Complementary color
Monochromatic Colors of #AE8D25
Black with #AE8D25
Text Example
Text Example
White with #AE8D25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE8D25; }
p { color: rgb(174,141,37); }
H1.HeaderClassName
{
color: #AE8D25;
}
.AnyTagClassName
{
color: #AE8D25;
}
</style>
background-color css
<style>
a { background-color: #AE8D25; }
a { background-color: rgb(174,141,37); }
div.DivClassName
{
background-color: #AE8D25;
}
.BgClassName
{
background-color: #AE8D25;
}
</style>
border-color css
<style>
span { border-color: #AE8D25; }
span { border-color: rgb(174,141,37); }
td.TdClassName
{
border-color: #AE8D25;
}
.TagClassName
{
border-color: #AE8D25;
}
</style>