Shades of Sahara #AF8E1E
Tints of Sahara #AF8E1E
RGB
CMYK
RGB Variations
Color information
#AF8E1E (or 0xAF8E1E) is known color: Sahara. HEX triplet: AF, 8E and 1E. RGB value is (175,142,30). Sum of RGB (Red+Green+Blue) = 175+142+30=347 (45% of max value = 765). Red value is 175 (68.75% from 255 or 50.43% from 347); Green value is 142 (55.86% from 255 or 40.92% from 347); Blue value is 30 (12.11% from 255 or 8.65% from 347); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8E1E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AF8E1E is #5071E1. Grayscale: #8B8B8B. Windows color (decimal): -5272034 or 2002607. OLE color: 2002607.
HSL color Cylindrical-coordinate representation of color #AF8E1E: hue angle of 46.34º degrees, saturation: 0.71, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #AF8E1E is Cyan = 0, Magento = 0.19, Yellow = 0.83 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 142 | 30 | - |
| CMYK | 0 | 0.19 | 0.83 | 0.31 |
| HSL | 46.34º | 0.71% | 0.4% | - |
| HSV(B) | 46.34º | 0.83% | 0.69% | - |
| XYZ | 27.59 | 28.55 | 5.29 | - |
| YUV | 139.1 | 66.43 | 153.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 142 | 30 | 0 | 0.19 | 0.83 | 0.31 | 46.34 | 0.71 | 0.4 |
| Hex | AF | 8E | 1E | 0 | 13 | 53 | 1F | 2E | 47 | 28 |
| Octal | 257 | 216 | 36 | 0 | 23 | 123 | 37 | 56 | 107 | 50 |
| Binary | 10101111 | 10001110 | 11110 | 0 | 10011 | 1010011 | 11111 | 101110 | 1000111 | 101000 |
Color Harmonies of #AF8E1E
Complementary color
Monochromatic Colors of #AF8E1E
Black with #AF8E1E
Text Example
Text Example
White with #AF8E1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF8E1E; }
p { color: rgb(175,142,30); }
H1.HeaderClassName
{
color: #AF8E1E;
}
.AnyTagClassName
{
color: #AF8E1E;
}
</style>
background-color css
<style>
a { background-color: #AF8E1E; }
a { background-color: rgb(175,142,30); }
div.DivClassName
{
background-color: #AF8E1E;
}
.BgClassName
{
background-color: #AF8E1E;
}
</style>
border-color css
<style>
span { border-color: #AF8E1E; }
span { border-color: rgb(175,142,30); }
td.TdClassName
{
border-color: #AF8E1E;
}
.TagClassName
{
border-color: #AF8E1E;
}
</style>