Shades of Sahara #AF9B28
Tints of Sahara #AF9B28
RGB
CMYK
RGB Variations
Color information
#AF9B28 (or 0xAF9B28) is known color: Sahara. HEX triplet: AF, 9B and 28. RGB value is (175,155,40). Sum of RGB (Red+Green+Blue) = 175+155+40=370 (49% of max value = 765). Red value is 175 (68.75% from 255 or 47.30% from 370); Green value is 155 (60.94% from 255 or 41.89% from 370); Blue value is 40 (16.02% from 255 or 10.81% from 370); Max value from RGB is 175 - color contains mainly: red. Hex color #AF9B28 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AF9B28 is #5064D7. Grayscale: #949494. Windows color (decimal): -5268696 or 2661295. OLE color: 2661295.
HSL color Cylindrical-coordinate representation of color #AF9B28: hue angle of 51.11º degrees, saturation: 0.63, 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 #AF9B28 is Cyan = 0, Magento = 0.11, Yellow = 0.77 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 155 | 40 | - |
| CMYK | 0 | 0.11 | 0.77 | 0.31 |
| HSL | 51.11º | 0.63% | 0.42% | - |
| HSV(B) | 51.11º | 0.77% | 0.69% | - |
| XYZ | 29.78 | 32.71 | 6.75 | - |
| YUV | 147.87 | 67.13 | 147.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 155 | 40 | 0 | 0.11 | 0.77 | 0.31 | 51.11 | 0.63 | 0.42 |
| Hex | AF | 9B | 28 | 0 | B | 4D | 1F | 33 | 3F | 2A |
| Octal | 257 | 233 | 50 | 0 | 13 | 115 | 37 | 63 | 77 | 52 |
| Binary | 10101111 | 10011011 | 101000 | 0 | 1011 | 1001101 | 11111 | 110011 | 111111 | 101010 |
Color Harmonies of #AF9B28
Complementary color
Monochromatic Colors of #AF9B28
Black with #AF9B28
Text Example
Text Example
White with #AF9B28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF9B28; }
p { color: rgb(175,155,40); }
H1.HeaderClassName
{
color: #AF9B28;
}
.AnyTagClassName
{
color: #AF9B28;
}
</style>
background-color css
<style>
a { background-color: #AF9B28; }
a { background-color: rgb(175,155,40); }
div.DivClassName
{
background-color: #AF9B28;
}
.BgClassName
{
background-color: #AF9B28;
}
</style>
border-color css
<style>
span { border-color: #AF9B28; }
span { border-color: rgb(175,155,40); }
td.TdClassName
{
border-color: #AF9B28;
}
.TagClassName
{
border-color: #AF9B28;
}
</style>