Shades of Sahara #AF9F2C
Tints of Sahara #AF9F2C
RGB
CMYK
RGB Variations
Color information
#AF9F2C (or 0xAF9F2C) is known color: Sahara. HEX triplet: AF, 9F and 2C. RGB value is (175,159,44). Sum of RGB (Red+Green+Blue) = 175+159+44=378 (50% of max value = 765). Red value is 175 (68.75% from 255 or 46.30% from 378); Green value is 159 (62.5% from 255 or 42.06% from 378); Blue value is 44 (17.58% from 255 or 11.64% from 378); Max value from RGB is 175 - color contains mainly: red. Hex color #AF9F2C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AF9F2C is #5060D3. Grayscale: #979797. Windows color (decimal): -5267668 or 2924463. OLE color: 2924463.
HSL color Cylindrical-coordinate representation of color #AF9F2C: hue angle of 52.67º degrees, saturation: 0.6, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #AF9F2C is Cyan = 0, Magento = 0.09, Yellow = 0.75 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 159 | 44 | - |
| CMYK | 0 | 0.09 | 0.75 | 0.31 |
| HSL | 52.67º | 0.6% | 0.43% | - |
| HSV(B) | 52.67º | 0.75% | 0.69% | - |
| XYZ | 30.53 | 34.09 | 7.35 | - |
| YUV | 150.67 | 67.8 | 145.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 159 | 44 | 0 | 0.09 | 0.75 | 0.31 | 52.67 | 0.6 | 0.43 |
| Hex | AF | 9F | 2C | 0 | 9 | 4B | 1F | 35 | 3C | 2B |
| Octal | 257 | 237 | 54 | 0 | 11 | 113 | 37 | 65 | 74 | 53 |
| Binary | 10101111 | 10011111 | 101100 | 0 | 1001 | 1001011 | 11111 | 110101 | 111100 | 101011 |
Color Harmonies of #AF9F2C
Complementary color
Monochromatic Colors of #AF9F2C
Black with #AF9F2C
Text Example
Text Example
White with #AF9F2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF9F2C; }
p { color: rgb(175,159,44); }
H1.HeaderClassName
{
color: #AF9F2C;
}
.AnyTagClassName
{
color: #AF9F2C;
}
</style>
background-color css
<style>
a { background-color: #AF9F2C; }
a { background-color: rgb(175,159,44); }
div.DivClassName
{
background-color: #AF9F2C;
}
.BgClassName
{
background-color: #AF9F2C;
}
</style>
border-color css
<style>
span { border-color: #AF9F2C; }
span { border-color: rgb(175,159,44); }
td.TdClassName
{
border-color: #AF9F2C;
}
.TagClassName
{
border-color: #AF9F2C;
}
</style>