Shades of Sahara #AF9329
Tints of Sahara #AF9329
RGB
CMYK
RGB Variations
Color information
#AF9329 (or 0xAF9329) is known color: Sahara. HEX triplet: AF, 93 and 29. RGB value is (175,147,41). Sum of RGB (Red+Green+Blue) = 175+147+41=363 (48% of max value = 765). Red value is 175 (68.75% from 255 or 48.21% from 363); Green value is 147 (57.81% from 255 or 40.50% from 363); Blue value is 41 (16.41% from 255 or 11.29% from 363); Max value from RGB is 175 - color contains mainly: red. Hex color #AF9329 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AF9329 is #506CD6. Grayscale: #8F8F8F. Windows color (decimal): -5270743 or 2724783. OLE color: 2724783.
HSL color Cylindrical-coordinate representation of color #AF9329: hue angle of 47.46º degrees, saturation: 0.62, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #AF9329 is Cyan = 0, Magento = 0.16, Yellow = 0.77 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 147 | 41 | - |
| CMYK | 0 | 0.16 | 0.77 | 0.31 |
| HSL | 47.46º | 0.62% | 0.42% | - |
| HSV(B) | 47.46º | 0.77% | 0.69% | - |
| XYZ | 28.51 | 30.14 | 6.41 | - |
| YUV | 143.29 | 70.28 | 150.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 147 | 41 | 0 | 0.16 | 0.77 | 0.31 | 47.46 | 0.62 | 0.42 |
| Hex | AF | 93 | 29 | 0 | 10 | 4D | 1F | 2F | 3E | 2A |
| Octal | 257 | 223 | 51 | 0 | 20 | 115 | 37 | 57 | 76 | 52 |
| Binary | 10101111 | 10010011 | 101001 | 0 | 10000 | 1001101 | 11111 | 101111 | 111110 | 101010 |
Color Harmonies of #AF9329
Complementary color
Monochromatic Colors of #AF9329
Black with #AF9329
Text Example
Text Example
White with #AF9329
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF9329; }
p { color: rgb(175,147,41); }
H1.HeaderClassName
{
color: #AF9329;
}
.AnyTagClassName
{
color: #AF9329;
}
</style>
background-color css
<style>
a { background-color: #AF9329; }
a { background-color: rgb(175,147,41); }
div.DivClassName
{
background-color: #AF9329;
}
.BgClassName
{
background-color: #AF9329;
}
</style>
border-color css
<style>
span { border-color: #AF9329; }
span { border-color: rgb(175,147,41); }
td.TdClassName
{
border-color: #AF9329;
}
.TagClassName
{
border-color: #AF9329;
}
</style>