Shades of Sahara #AF9529
Tints of Sahara #AF9529
RGB
CMYK
RGB Variations
Color information
#AF9529 (or 0xAF9529) is known color: Sahara. HEX triplet: AF, 95 and 29. RGB value is (175,149,41). Sum of RGB (Red+Green+Blue) = 175+149+41=365 (48% of max value = 765). Red value is 175 (68.75% from 255 or 47.95% from 365); Green value is 149 (58.59% from 255 or 40.82% from 365); Blue value is 41 (16.41% from 255 or 11.23% from 365); Max value from RGB is 175 - color contains mainly: red. Hex color #AF9529 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AF9529 is #506AD6. Grayscale: #909090. Windows color (decimal): -5270231 or 2725295. OLE color: 2725295.
HSL color Cylindrical-coordinate representation of color #AF9529: hue angle of 48.36º degrees, saturation: 0.62, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #AF9529 is Cyan = 0, Magento = 0.15, Yellow = 0.77 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 149 | 41 | - |
| CMYK | 0 | 0.15 | 0.77 | 0.31 |
| HSL | 48.36º | 0.62% | 0.42% | - |
| HSV(B) | 48.36º | 0.77% | 0.69% | - |
| XYZ | 28.83 | 30.77 | 6.52 | - |
| YUV | 144.46 | 69.61 | 149.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 149 | 41 | 0 | 0.15 | 0.77 | 0.31 | 48.36 | 0.62 | 0.42 |
| Hex | AF | 95 | 29 | 0 | F | 4D | 1F | 30 | 3E | 2A |
| Octal | 257 | 225 | 51 | 0 | 17 | 115 | 37 | 60 | 76 | 52 |
| Binary | 10101111 | 10010101 | 101001 | 0 | 1111 | 1001101 | 11111 | 110000 | 111110 | 101010 |
Color Harmonies of #AF9529
Complementary color
Monochromatic Colors of #AF9529
Black with #AF9529
Text Example
Text Example
White with #AF9529
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF9529; }
p { color: rgb(175,149,41); }
H1.HeaderClassName
{
color: #AF9529;
}
.AnyTagClassName
{
color: #AF9529;
}
</style>
background-color css
<style>
a { background-color: #AF9529; }
a { background-color: rgb(175,149,41); }
div.DivClassName
{
background-color: #AF9529;
}
.BgClassName
{
background-color: #AF9529;
}
</style>
border-color css
<style>
span { border-color: #AF9529; }
span { border-color: rgb(175,149,41); }
td.TdClassName
{
border-color: #AF9529;
}
.TagClassName
{
border-color: #AF9529;
}
</style>