Shades of Sahara #AF9122
Tints of Sahara #AF9122
RGB
CMYK
RGB Variations
Color information
#AF9122 (or 0xAF9122) is known color: Sahara. HEX triplet: AF, 91 and 22. RGB value is (175,145,34). Sum of RGB (Red+Green+Blue) = 175+145+34=354 (46% of max value = 765). Red value is 175 (68.75% from 255 or 49.44% from 354); Green value is 145 (57.03% from 255 or 40.96% from 354); Blue value is 34 (13.67% from 255 or 9.60% from 354); Max value from RGB is 175 - color contains mainly: red. Hex color #AF9122 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AF9122 is #506EDD. Grayscale: #8D8D8D. Windows color (decimal): -5271262 or 2265519. OLE color: 2265519.
HSL color Cylindrical-coordinate representation of color #AF9122: hue angle of 47.23º degrees, saturation: 0.67, 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 #AF9122 is Cyan = 0, Magento = 0.17, Yellow = 0.81 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 145 | 34 | - |
| CMYK | 0 | 0.17 | 0.81 | 0.31 |
| HSL | 47.23º | 0.67% | 0.41% | - |
| HSV(B) | 47.23º | 0.81% | 0.69% | - |
| XYZ | 28.09 | 29.48 | 5.72 | - |
| YUV | 141.32 | 67.44 | 152.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 145 | 34 | 0 | 0.17 | 0.81 | 0.31 | 47.23 | 0.67 | 0.41 |
| Hex | AF | 91 | 22 | 0 | 11 | 51 | 1F | 2F | 43 | 29 |
| Octal | 257 | 221 | 42 | 0 | 21 | 121 | 37 | 57 | 103 | 51 |
| Binary | 10101111 | 10010001 | 100010 | 0 | 10001 | 1010001 | 11111 | 101111 | 1000011 | 101001 |
Color Harmonies of #AF9122
Complementary color
Monochromatic Colors of #AF9122
Black with #AF9122
Text Example
Text Example
White with #AF9122
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF9122; }
p { color: rgb(175,145,34); }
H1.HeaderClassName
{
color: #AF9122;
}
.AnyTagClassName
{
color: #AF9122;
}
</style>
background-color css
<style>
a { background-color: #AF9122; }
a { background-color: rgb(175,145,34); }
div.DivClassName
{
background-color: #AF9122;
}
.BgClassName
{
background-color: #AF9122;
}
</style>
border-color css
<style>
span { border-color: #AF9122; }
span { border-color: rgb(175,145,34); }
td.TdClassName
{
border-color: #AF9122;
}
.TagClassName
{
border-color: #AF9122;
}
</style>