Shades of Sahara #AF8F1E
Tints of Sahara #AF8F1E
RGB
CMYK
RGB Variations
Color information
#AF8F1E (or 0xAF8F1E) is known color: Sahara. HEX triplet: AF, 8F and 1E. RGB value is (175,143,30). Sum of RGB (Red+Green+Blue) = 175+143+30=348 (46% of max value = 765). Red value is 175 (68.75% from 255 or 50.29% from 348); Green value is 143 (56.25% from 255 or 41.09% from 348); Blue value is 30 (12.11% from 255 or 8.62% from 348); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8F1E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AF8F1E is #5070E1. Grayscale: #8C8C8C. Windows color (decimal): -5271778 or 2002863. OLE color: 2002863.
HSL color Cylindrical-coordinate representation of color #AF8F1E: hue angle of 46.76º 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 #AF8F1E is Cyan = 0, Magento = 0.18, Yellow = 0.83 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 143 | 30 | - |
| CMYK | 0 | 0.18 | 0.83 | 0.31 |
| HSL | 46.76º | 0.71% | 0.4% | - |
| HSV(B) | 46.76º | 0.83% | 0.69% | - |
| XYZ | 27.74 | 28.85 | 5.34 | - |
| YUV | 139.69 | 66.1 | 153.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 143 | 30 | 0 | 0.18 | 0.83 | 0.31 | 46.76 | 0.71 | 0.4 |
| Hex | AF | 8F | 1E | 0 | 12 | 53 | 1F | 2F | 47 | 28 |
| Octal | 257 | 217 | 36 | 0 | 22 | 123 | 37 | 57 | 107 | 50 |
| Binary | 10101111 | 10001111 | 11110 | 0 | 10010 | 1010011 | 11111 | 101111 | 1000111 | 101000 |
Color Harmonies of #AF8F1E
Complementary color
Monochromatic Colors of #AF8F1E
Black with #AF8F1E
Text Example
Text Example
White with #AF8F1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF8F1E; }
p { color: rgb(175,143,30); }
H1.HeaderClassName
{
color: #AF8F1E;
}
.AnyTagClassName
{
color: #AF8F1E;
}
</style>
background-color css
<style>
a { background-color: #AF8F1E; }
a { background-color: rgb(175,143,30); }
div.DivClassName
{
background-color: #AF8F1E;
}
.BgClassName
{
background-color: #AF8F1E;
}
</style>
border-color css
<style>
span { border-color: #AF8F1E; }
span { border-color: rgb(175,143,30); }
td.TdClassName
{
border-color: #AF8F1E;
}
.TagClassName
{
border-color: #AF8F1E;
}
</style>