Shades of Sahara #AF9123
Tints of Sahara #AF9123
RGB
CMYK
RGB Variations
Color information
#AF9123 (or 0xAF9123) is known color: Sahara. HEX triplet: AF, 91 and 23. RGB value is (175,145,35). Sum of RGB (Red+Green+Blue) = 175+145+35=355 (47% of max value = 765). Red value is 175 (68.75% from 255 or 49.30% from 355); Green value is 145 (57.03% from 255 or 40.85% from 355); Blue value is 35 (14.06% from 255 or 9.86% from 355); Max value from RGB is 175 - color contains mainly: red. Hex color #AF9123 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AF9123 is #506EDC. Grayscale: #8D8D8D. Windows color (decimal): -5271261 or 2331055. OLE color: 2331055.
HSL color Cylindrical-coordinate representation of color #AF9123: hue angle of 47.14º 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 #AF9123 is Cyan = 0, Magento = 0.17, Yellow = 0.8 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 145 | 35 | - |
| CMYK | 0 | 0.17 | 0.8 | 0.31 |
| HSL | 47.14º | 0.67% | 0.41% | - |
| HSV(B) | 47.14º | 0.8% | 0.69% | - |
| XYZ | 28.11 | 29.49 | 5.8 | - |
| YUV | 141.43 | 67.94 | 151.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 145 | 35 | 0 | 0.17 | 0.8 | 0.31 | 47.14 | 0.67 | 0.41 |
| Hex | AF | 91 | 23 | 0 | 11 | 50 | 1F | 2F | 43 | 29 |
| Octal | 257 | 221 | 43 | 0 | 21 | 120 | 37 | 57 | 103 | 51 |
| Binary | 10101111 | 10010001 | 100011 | 0 | 10001 | 1010000 | 11111 | 101111 | 1000011 | 101001 |
Color Harmonies of #AF9123
Complementary color
Monochromatic Colors of #AF9123
Black with #AF9123
Text Example
Text Example
White with #AF9123
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF9123; }
p { color: rgb(175,145,35); }
H1.HeaderClassName
{
color: #AF9123;
}
.AnyTagClassName
{
color: #AF9123;
}
</style>
background-color css
<style>
a { background-color: #AF9123; }
a { background-color: rgb(175,145,35); }
div.DivClassName
{
background-color: #AF9123;
}
.BgClassName
{
background-color: #AF9123;
}
</style>
border-color css
<style>
span { border-color: #AF9123; }
span { border-color: rgb(175,145,35); }
td.TdClassName
{
border-color: #AF9123;
}
.TagClassName
{
border-color: #AF9123;
}
</style>