Shades of Sahara #AF901F
Tints of Sahara #AF901F
RGB
CMYK
RGB Variations
Color information
#AF901F (or 0xAF901F) is known color: Sahara. HEX triplet: AF, 90 and 1F. RGB value is (175,144,31). Sum of RGB (Red+Green+Blue) = 175+144+31=350 (46% of max value = 765). Red value is 175 (68.75% from 255 or 50% from 350); Green value is 144 (56.64% from 255 or 41.14% from 350); Blue value is 31 (12.5% from 255 or 8.86% from 350); Max value from RGB is 175 - color contains mainly: red. Hex color #AF901F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AF901F is #506FE0. Grayscale: #8C8C8C. Windows color (decimal): -5271521 or 2068655. OLE color: 2068655.
HSL color Cylindrical-coordinate representation of color #AF901F: hue angle of 47.08º degrees, saturation: 0.7, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #AF901F is Cyan = 0, Magento = 0.18, Yellow = 0.82 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 144 | 31 | - |
| CMYK | 0 | 0.18 | 0.82 | 0.31 |
| HSL | 47.08º | 0.7% | 0.4% | - |
| HSV(B) | 47.08º | 0.82% | 0.69% | - |
| XYZ | 27.9 | 29.16 | 5.45 | - |
| YUV | 140.39 | 66.27 | 152.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 144 | 31 | 0 | 0.18 | 0.82 | 0.31 | 47.08 | 0.7 | 0.4 |
| Hex | AF | 90 | 1F | 0 | 12 | 52 | 1F | 2F | 46 | 28 |
| Octal | 257 | 220 | 37 | 0 | 22 | 122 | 37 | 57 | 106 | 50 |
| Binary | 10101111 | 10010000 | 11111 | 0 | 10010 | 1010010 | 11111 | 101111 | 1000110 | 101000 |
Color Harmonies of #AF901F
Complementary color
Monochromatic Colors of #AF901F
Black with #AF901F
Text Example
Text Example
White with #AF901F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF901F; }
p { color: rgb(175,144,31); }
H1.HeaderClassName
{
color: #AF901F;
}
.AnyTagClassName
{
color: #AF901F;
}
</style>
background-color css
<style>
a { background-color: #AF901F; }
a { background-color: rgb(175,144,31); }
div.DivClassName
{
background-color: #AF901F;
}
.BgClassName
{
background-color: #AF901F;
}
</style>
border-color css
<style>
span { border-color: #AF901F; }
span { border-color: rgb(175,144,31); }
td.TdClassName
{
border-color: #AF901F;
}
.TagClassName
{
border-color: #AF901F;
}
</style>