Shades of Sahara #AF8F24
Tints of Sahara #AF8F24
RGB
CMYK
RGB Variations
Color information
#AF8F24 (or 0xAF8F24) is known color: Sahara. HEX triplet: AF, 8F and 24. RGB value is (175,143,36). Sum of RGB (Red+Green+Blue) = 175+143+36=354 (46% of max value = 765). Red value is 175 (68.75% from 255 or 49.44% from 354); Green value is 143 (56.25% from 255 or 40.40% from 354); Blue value is 36 (14.45% from 255 or 10.17% from 354); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8F24 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AF8F24 is #5070DB. Grayscale: #8C8C8C. Windows color (decimal): -5271772 or 2396079. OLE color: 2396079.
HSL color Cylindrical-coordinate representation of color #AF8F24: hue angle of 46.19º degrees, saturation: 0.66, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #AF8F24 is Cyan = 0, Magento = 0.18, Yellow = 0.79 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 143 | 36 | - |
| CMYK | 0 | 0.18 | 0.79 | 0.31 |
| HSL | 46.19º | 0.66% | 0.41% | - |
| HSV(B) | 46.19º | 0.79% | 0.69% | - |
| XYZ | 27.82 | 28.89 | 5.78 | - |
| YUV | 140.37 | 69.1 | 152.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 143 | 36 | 0 | 0.18 | 0.79 | 0.31 | 46.19 | 0.66 | 0.41 |
| Hex | AF | 8F | 24 | 0 | 12 | 4F | 1F | 2E | 42 | 29 |
| Octal | 257 | 217 | 44 | 0 | 22 | 117 | 37 | 56 | 102 | 51 |
| Binary | 10101111 | 10001111 | 100100 | 0 | 10010 | 1001111 | 11111 | 101110 | 1000010 | 101001 |
Color Harmonies of #AF8F24
Complementary color
Monochromatic Colors of #AF8F24
Black with #AF8F24
Text Example
Text Example
White with #AF8F24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF8F24; }
p { color: rgb(175,143,36); }
H1.HeaderClassName
{
color: #AF8F24;
}
.AnyTagClassName
{
color: #AF8F24;
}
</style>
background-color css
<style>
a { background-color: #AF8F24; }
a { background-color: rgb(175,143,36); }
div.DivClassName
{
background-color: #AF8F24;
}
.BgClassName
{
background-color: #AF8F24;
}
</style>
border-color css
<style>
span { border-color: #AF8F24; }
span { border-color: rgb(175,143,36); }
td.TdClassName
{
border-color: #AF8F24;
}
.TagClassName
{
border-color: #AF8F24;
}
</style>