Shades of Sahara #AF9221
Tints of Sahara #AF9221
RGB
CMYK
RGB Variations
Color information
#AF9221 (or 0xAF9221) is known color: Sahara. HEX triplet: AF, 92 and 21. RGB value is (175,146,33). Sum of RGB (Red+Green+Blue) = 175+146+33=354 (46% of max value = 765). Red value is 175 (68.75% from 255 or 49.44% from 354); Green value is 146 (57.42% from 255 or 41.24% from 354); Blue value is 33 (13.28% from 255 or 9.32% from 354); Max value from RGB is 175 - color contains mainly: red. Hex color #AF9221 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AF9221 is #506DDE. Grayscale: #8E8E8E. Windows color (decimal): -5271007 or 2200239. OLE color: 2200239.
HSL color Cylindrical-coordinate representation of color #AF9221: hue angle of 47.75º degrees, saturation: 0.68, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #AF9221 is Cyan = 0, Magento = 0.17, Yellow = 0.81 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 146 | 33 | - |
| CMYK | 0 | 0.17 | 0.81 | 0.31 |
| HSL | 47.75º | 0.68% | 0.41% | - |
| HSV(B) | 47.75º | 0.81% | 0.69% | - |
| XYZ | 28.23 | 29.78 | 5.7 | - |
| YUV | 141.79 | 66.61 | 151.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 146 | 33 | 0 | 0.17 | 0.81 | 0.31 | 47.75 | 0.68 | 0.41 |
| Hex | AF | 92 | 21 | 0 | 11 | 51 | 1F | 30 | 44 | 29 |
| Octal | 257 | 222 | 41 | 0 | 21 | 121 | 37 | 60 | 104 | 51 |
| Binary | 10101111 | 10010010 | 100001 | 0 | 10001 | 1010001 | 11111 | 110000 | 1000100 | 101001 |
Color Harmonies of #AF9221
Complementary color
Monochromatic Colors of #AF9221
Black with #AF9221
Text Example
Text Example
White with #AF9221
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF9221; }
p { color: rgb(175,146,33); }
H1.HeaderClassName
{
color: #AF9221;
}
.AnyTagClassName
{
color: #AF9221;
}
</style>
background-color css
<style>
a { background-color: #AF9221; }
a { background-color: rgb(175,146,33); }
div.DivClassName
{
background-color: #AF9221;
}
.BgClassName
{
background-color: #AF9221;
}
</style>
border-color css
<style>
span { border-color: #AF9221; }
span { border-color: rgb(175,146,33); }
td.TdClassName
{
border-color: #AF9221;
}
.TagClassName
{
border-color: #AF9221;
}
</style>