Shades of Sahara #AF8C23
Tints of Sahara #AF8C23
RGB
CMYK
RGB Variations
Color information
#AF8C23 (or 0xAF8C23) is known color: Sahara. HEX triplet: AF, 8C and 23. RGB value is (175,140,35). Sum of RGB (Red+Green+Blue) = 175+140+35=350 (46% of max value = 765). Red value is 175 (68.75% from 255 or 50% from 350); Green value is 140 (55.08% from 255 or 40% from 350); Blue value is 35 (14.06% from 255 or 10% from 350); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8C23 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AF8C23 is #5073DC. Grayscale: #8A8A8A. Windows color (decimal): -5272541 or 2329775. OLE color: 2329775.
HSL color Cylindrical-coordinate representation of color #AF8C23: hue angle of 45º 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 #AF8C23 is Cyan = 0, Magento = 0.2, Yellow = 0.8 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 140 | 35 | - |
| CMYK | 0 | 0.2 | 0.8 | 0.31 |
| HSL | 45º | 0.67% | 0.41% | - |
| HSV(B) | 45º | 0.8% | 0.69% | - |
| XYZ | 27.36 | 27.99 | 5.55 | - |
| YUV | 138.5 | 69.6 | 154.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 140 | 35 | 0 | 0.2 | 0.8 | 0.31 | 45 | 0.67 | 0.41 |
| Hex | AF | 8C | 23 | 0 | 14 | 50 | 1F | 2D | 43 | 29 |
| Octal | 257 | 214 | 43 | 0 | 24 | 120 | 37 | 55 | 103 | 51 |
| Binary | 10101111 | 10001100 | 100011 | 0 | 10100 | 1010000 | 11111 | 101101 | 1000011 | 101001 |
Color Harmonies of #AF8C23
Complementary color
Monochromatic Colors of #AF8C23
Black with #AF8C23
Text Example
Text Example
White with #AF8C23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF8C23; }
p { color: rgb(175,140,35); }
H1.HeaderClassName
{
color: #AF8C23;
}
.AnyTagClassName
{
color: #AF8C23;
}
</style>
background-color css
<style>
a { background-color: #AF8C23; }
a { background-color: rgb(175,140,35); }
div.DivClassName
{
background-color: #AF8C23;
}
.BgClassName
{
background-color: #AF8C23;
}
</style>
border-color css
<style>
span { border-color: #AF8C23; }
span { border-color: rgb(175,140,35); }
td.TdClassName
{
border-color: #AF8C23;
}
.TagClassName
{
border-color: #AF8C23;
}
</style>