Shades of Sahara #AF9526
Tints of Sahara #AF9526
RGB
CMYK
RGB Variations
Color information
#AF9526 (or 0xAF9526) is known color: Sahara. HEX triplet: AF, 95 and 26. RGB value is (175,149,38). Sum of RGB (Red+Green+Blue) = 175+149+38=362 (47% of max value = 765). Red value is 175 (68.75% from 255 or 48.34% from 362); Green value is 149 (58.59% from 255 or 41.16% from 362); Blue value is 38 (15.23% from 255 or 10.50% from 362); Max value from RGB is 175 - color contains mainly: red. Hex color #AF9526 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AF9526 is #506AD9. Grayscale: #909090. Windows color (decimal): -5270234 or 2528687. OLE color: 2528687.
HSL color Cylindrical-coordinate representation of color #AF9526: hue angle of 48.61º 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 #AF9526 is Cyan = 0, Magento = 0.15, Yellow = 0.78 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 149 | 38 | - |
| CMYK | 0 | 0.15 | 0.78 | 0.31 |
| HSL | 48.61º | 0.64% | 0.42% | - |
| HSV(B) | 48.61º | 0.78% | 0.69% | - |
| XYZ | 28.78 | 30.75 | 6.25 | - |
| YUV | 144.12 | 68.11 | 150.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 149 | 38 | 0 | 0.15 | 0.78 | 0.31 | 48.61 | 0.64 | 0.42 |
| Hex | AF | 95 | 26 | 0 | F | 4E | 1F | 31 | 40 | 2A |
| Octal | 257 | 225 | 46 | 0 | 17 | 116 | 37 | 61 | 100 | 52 |
| Binary | 10101111 | 10010101 | 100110 | 0 | 1111 | 1001110 | 11111 | 110001 | 1000000 | 101010 |
Color Harmonies of #AF9526
Complementary color
Monochromatic Colors of #AF9526
Black with #AF9526
Text Example
Text Example
White with #AF9526
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF9526; }
p { color: rgb(175,149,38); }
H1.HeaderClassName
{
color: #AF9526;
}
.AnyTagClassName
{
color: #AF9526;
}
</style>
background-color css
<style>
a { background-color: #AF9526; }
a { background-color: rgb(175,149,38); }
div.DivClassName
{
background-color: #AF9526;
}
.BgClassName
{
background-color: #AF9526;
}
</style>
border-color css
<style>
span { border-color: #AF9526; }
span { border-color: rgb(175,149,38); }
td.TdClassName
{
border-color: #AF9526;
}
.TagClassName
{
border-color: #AF9526;
}
</style>