Shades of Sahara #AF9826
Tints of Sahara #AF9826
RGB
CMYK
RGB Variations
Color information
#AF9826 (or 0xAF9826) is known color: Sahara. HEX triplet: AF, 98 and 26. RGB value is (175,152,38). Sum of RGB (Red+Green+Blue) = 175+152+38=365 (48% of max value = 765). Red value is 175 (68.75% from 255 or 47.95% from 365); Green value is 152 (59.77% from 255 or 41.64% from 365); Blue value is 38 (15.23% from 255 or 10.41% from 365); Max value from RGB is 175 - color contains mainly: red. Hex color #AF9826 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AF9826 is #5067D9. Grayscale: #929292. Windows color (decimal): -5269466 or 2529455. OLE color: 2529455.
HSL color Cylindrical-coordinate representation of color #AF9826: hue angle of 49.93º degrees, saturation: 0.64, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #AF9826 is Cyan = 0, Magento = 0.13, Yellow = 0.78 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 152 | 38 | - |
| CMYK | 0 | 0.13 | 0.78 | 0.31 |
| HSL | 49.93º | 0.64% | 0.42% | - |
| HSV(B) | 49.93º | 0.78% | 0.69% | - |
| XYZ | 29.26 | 31.71 | 6.41 | - |
| YUV | 145.88 | 67.12 | 148.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 152 | 38 | 0 | 0.13 | 0.78 | 0.31 | 49.93 | 0.64 | 0.42 |
| Hex | AF | 98 | 26 | 0 | D | 4E | 1F | 32 | 40 | 2A |
| Octal | 257 | 230 | 46 | 0 | 15 | 116 | 37 | 62 | 100 | 52 |
| Binary | 10101111 | 10011000 | 100110 | 0 | 1101 | 1001110 | 11111 | 110010 | 1000000 | 101010 |
Color Harmonies of #AF9826
Complementary color
Monochromatic Colors of #AF9826
Black with #AF9826
Text Example
Text Example
White with #AF9826
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF9826; }
p { color: rgb(175,152,38); }
H1.HeaderClassName
{
color: #AF9826;
}
.AnyTagClassName
{
color: #AF9826;
}
</style>
background-color css
<style>
a { background-color: #AF9826; }
a { background-color: rgb(175,152,38); }
div.DivClassName
{
background-color: #AF9826;
}
.BgClassName
{
background-color: #AF9826;
}
</style>
border-color css
<style>
span { border-color: #AF9826; }
span { border-color: rgb(175,152,38); }
td.TdClassName
{
border-color: #AF9826;
}
.TagClassName
{
border-color: #AF9826;
}
</style>