Shades of Sahara #AF9321
Tints of Sahara #AF9321
RGB
CMYK
RGB Variations
Color information
#AF9321 (or 0xAF9321) is known color: Sahara. HEX triplet: AF, 93 and 21. RGB value is (175,147,33). Sum of RGB (Red+Green+Blue) = 175+147+33=355 (47% of max value = 765). Red value is 175 (68.75% from 255 or 49.30% from 355); Green value is 147 (57.81% from 255 or 41.41% from 355); Blue value is 33 (13.28% from 255 or 9.30% from 355); Max value from RGB is 175 - color contains mainly: red. Hex color #AF9321 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AF9321 is #506CDE. Grayscale: #8E8E8E. Windows color (decimal): -5270751 or 2200495. OLE color: 2200495.
HSL color Cylindrical-coordinate representation of color #AF9321: hue angle of 48.17º 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 #AF9321 is Cyan = 0, Magento = 0.16, Yellow = 0.81 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 147 | 33 | - |
| CMYK | 0 | 0.16 | 0.81 | 0.31 |
| HSL | 48.17º | 0.68% | 0.41% | - |
| HSV(B) | 48.17º | 0.81% | 0.69% | - |
| XYZ | 28.39 | 30.09 | 5.75 | - |
| YUV | 142.38 | 66.28 | 151.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 147 | 33 | 0 | 0.16 | 0.81 | 0.31 | 48.17 | 0.68 | 0.41 |
| Hex | AF | 93 | 21 | 0 | 10 | 51 | 1F | 30 | 44 | 29 |
| Octal | 257 | 223 | 41 | 0 | 20 | 121 | 37 | 60 | 104 | 51 |
| Binary | 10101111 | 10010011 | 100001 | 0 | 10000 | 1010001 | 11111 | 110000 | 1000100 | 101001 |
Color Harmonies of #AF9321
Complementary color
Monochromatic Colors of #AF9321
Black with #AF9321
Text Example
Text Example
White with #AF9321
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF9321; }
p { color: rgb(175,147,33); }
H1.HeaderClassName
{
color: #AF9321;
}
.AnyTagClassName
{
color: #AF9321;
}
</style>
background-color css
<style>
a { background-color: #AF9321; }
a { background-color: rgb(175,147,33); }
div.DivClassName
{
background-color: #AF9321;
}
.BgClassName
{
background-color: #AF9321;
}
</style>
border-color css
<style>
span { border-color: #AF9321; }
span { border-color: rgb(175,147,33); }
td.TdClassName
{
border-color: #AF9321;
}
.TagClassName
{
border-color: #AF9321;
}
</style>