Shades of Sahara #AE8F28
Tints of Sahara #AE8F28
RGB
CMYK
RGB Variations
Color information
#AE8F28 (or 0xAE8F28) is known color: Sahara. HEX triplet: AE, 8F and 28. RGB value is (174,143,40). Sum of RGB (Red+Green+Blue) = 174+143+40=357 (47% of max value = 765). Red value is 174 (68.36% from 255 or 48.74% from 357); Green value is 143 (56.25% from 255 or 40.06% from 357); Blue value is 40 (16.02% from 255 or 11.20% from 357); Max value from RGB is 174 - color contains mainly: red. Hex color #AE8F28 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AE8F28 is #5170D7. Grayscale: #8C8C8C. Windows color (decimal): -5337304 or 2658222. OLE color: 2658222.
HSL color Cylindrical-coordinate representation of color #AE8F28: hue angle of 46.12º degrees, saturation: 0.63, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #AE8F28 is Cyan = 0, Magento = 0.18, Yellow = 0.77 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 143 | 40 | - |
| CMYK | 0 | 0.18 | 0.77 | 0.32 |
| HSL | 46.12º | 0.63% | 0.42% | - |
| HSV(B) | 46.12º | 0.77% | 0.68% | - |
| XYZ | 27.66 | 28.8 | 6.11 | - |
| YUV | 140.53 | 71.27 | 151.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 143 | 40 | 0 | 0.18 | 0.77 | 0.32 | 46.12 | 0.63 | 0.42 |
| Hex | AE | 8F | 28 | 0 | 12 | 4D | 20 | 2E | 3F | 2A |
| Octal | 256 | 217 | 50 | 0 | 22 | 115 | 40 | 56 | 77 | 52 |
| Binary | 10101110 | 10001111 | 101000 | 0 | 10010 | 1001101 | 100000 | 101110 | 111111 | 101010 |
Color Harmonies of #AE8F28
Complementary color
Monochromatic Colors of #AE8F28
Black with #AE8F28
Text Example
Text Example
White with #AE8F28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE8F28; }
p { color: rgb(174,143,40); }
H1.HeaderClassName
{
color: #AE8F28;
}
.AnyTagClassName
{
color: #AE8F28;
}
</style>
background-color css
<style>
a { background-color: #AE8F28; }
a { background-color: rgb(174,143,40); }
div.DivClassName
{
background-color: #AE8F28;
}
.BgClassName
{
background-color: #AE8F28;
}
</style>
border-color css
<style>
span { border-color: #AE8F28; }
span { border-color: rgb(174,143,40); }
td.TdClassName
{
border-color: #AE8F28;
}
.TagClassName
{
border-color: #AE8F28;
}
</style>