Shades of Sahara #AF9A31
Tints of Sahara #AF9A31
RGB
CMYK
RGB Variations
Color information
#AF9A31 (or 0xAF9A31) is known color: Sahara. HEX triplet: AF, 9A and 31. RGB value is (175,154,49). Sum of RGB (Red+Green+Blue) = 175+154+49=378 (50% of max value = 765). Red value is 175 (68.75% from 255 or 46.30% from 378); Green value is 154 (60.55% from 255 or 40.74% from 378); Blue value is 49 (19.53% from 255 or 12.96% from 378); Max value from RGB is 175 - color contains mainly: red. Hex color #AF9A31 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AF9A31 is #5065CE. Grayscale: #949494. Windows color (decimal): -5268943 or 3250863. OLE color: 3250863.
HSL color Cylindrical-coordinate representation of color #AF9A31: hue angle of 50º degrees, saturation: 0.56, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #AF9A31 is Cyan = 0, Magento = 0.12, Yellow = 0.72 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 154 | 49 | - |
| CMYK | 0 | 0.12 | 0.72 | 0.31 |
| HSL | 50º | 0.56% | 0.44% | - |
| HSV(B) | 50º | 0.72% | 0.69% | - |
| XYZ | 29.79 | 32.45 | 7.6 | - |
| YUV | 148.31 | 71.96 | 147.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 154 | 49 | 0 | 0.12 | 0.72 | 0.31 | 50 | 0.56 | 0.44 |
| Hex | AF | 9A | 31 | 0 | C | 48 | 1F | 32 | 38 | 2C |
| Octal | 257 | 232 | 61 | 0 | 14 | 110 | 37 | 62 | 70 | 54 |
| Binary | 10101111 | 10011010 | 110001 | 0 | 1100 | 1001000 | 11111 | 110010 | 111000 | 101100 |
Color Harmonies of #AF9A31
Complementary color
Monochromatic Colors of #AF9A31
Black with #AF9A31
Text Example
Text Example
White with #AF9A31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF9A31; }
p { color: rgb(175,154,49); }
H1.HeaderClassName
{
color: #AF9A31;
}
.AnyTagClassName
{
color: #AF9A31;
}
</style>
background-color css
<style>
a { background-color: #AF9A31; }
a { background-color: rgb(175,154,49); }
div.DivClassName
{
background-color: #AF9A31;
}
.BgClassName
{
background-color: #AF9A31;
}
</style>
border-color css
<style>
span { border-color: #AF9A31; }
span { border-color: rgb(175,154,49); }
td.TdClassName
{
border-color: #AF9A31;
}
.TagClassName
{
border-color: #AF9A31;
}
</style>