Shades of Sahara #AF8F23
Tints of Sahara #AF8F23
RGB
CMYK
RGB Variations
Color information
#AF8F23 (or 0xAF8F23) is known color: Sahara. HEX triplet: AF, 8F and 23. RGB value is (175,143,35). Sum of RGB (Red+Green+Blue) = 175+143+35=353 (46% of max value = 765). Red value is 175 (68.75% from 255 or 49.58% from 353); Green value is 143 (56.25% from 255 or 40.51% from 353); Blue value is 35 (14.06% from 255 or 9.92% from 353); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8F23 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AF8F23 is #5070DC. Grayscale: #8C8C8C. Windows color (decimal): -5271773 or 2330543. OLE color: 2330543.
HSL color Cylindrical-coordinate representation of color #AF8F23: hue angle of 46.29º degrees, saturation: 0.67, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #AF8F23 is Cyan = 0, Magento = 0.18, Yellow = 0.8 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 143 | 35 | - |
| CMYK | 0 | 0.18 | 0.8 | 0.31 |
| HSL | 46.29º | 0.67% | 0.41% | - |
| HSV(B) | 46.29º | 0.8% | 0.69% | - |
| XYZ | 27.81 | 28.88 | 5.7 | - |
| YUV | 140.26 | 68.6 | 152.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 143 | 35 | 0 | 0.18 | 0.8 | 0.31 | 46.29 | 0.67 | 0.41 |
| Hex | AF | 8F | 23 | 0 | 12 | 50 | 1F | 2E | 43 | 29 |
| Octal | 257 | 217 | 43 | 0 | 22 | 120 | 37 | 56 | 103 | 51 |
| Binary | 10101111 | 10001111 | 100011 | 0 | 10010 | 1010000 | 11111 | 101110 | 1000011 | 101001 |
Color Harmonies of #AF8F23
Complementary color
Monochromatic Colors of #AF8F23
Black with #AF8F23
Text Example
Text Example
White with #AF8F23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF8F23; }
p { color: rgb(175,143,35); }
H1.HeaderClassName
{
color: #AF8F23;
}
.AnyTagClassName
{
color: #AF8F23;
}
</style>
background-color css
<style>
a { background-color: #AF8F23; }
a { background-color: rgb(175,143,35); }
div.DivClassName
{
background-color: #AF8F23;
}
.BgClassName
{
background-color: #AF8F23;
}
</style>
border-color css
<style>
span { border-color: #AF8F23; }
span { border-color: rgb(175,143,35); }
td.TdClassName
{
border-color: #AF8F23;
}
.TagClassName
{
border-color: #AF8F23;
}
</style>