Shades of Sahara #AF9B30
Tints of Sahara #AF9B30
RGB
CMYK
RGB Variations
Color information
#AF9B30 (or 0xAF9B30) is known color: Sahara. HEX triplet: AF, 9B and 30. RGB value is (175,155,48). Sum of RGB (Red+Green+Blue) = 175+155+48=378 (50% of max value = 765). Red value is 175 (68.75% from 255 or 46.30% from 378); Green value is 155 (60.94% from 255 or 41.01% from 378); Blue value is 48 (19.14% from 255 or 12.70% from 378); Max value from RGB is 175 - color contains mainly: red. Hex color #AF9B30 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AF9B30 is #5064CF. Grayscale: #959595. Windows color (decimal): -5268688 or 3185583. OLE color: 3185583.
HSL color Cylindrical-coordinate representation of color #AF9B30: hue angle of 50.55º degrees, saturation: 0.57, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #AF9B30 is Cyan = 0, Magento = 0.11, Yellow = 0.73 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 155 | 48 | - |
| CMYK | 0 | 0.11 | 0.73 | 0.31 |
| HSL | 50.55º | 0.57% | 0.44% | - |
| HSV(B) | 50.55º | 0.73% | 0.69% | - |
| XYZ | 29.93 | 32.77 | 7.54 | - |
| YUV | 148.78 | 71.13 | 146.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 155 | 48 | 0 | 0.11 | 0.73 | 0.31 | 50.55 | 0.57 | 0.44 |
| Hex | AF | 9B | 30 | 0 | B | 49 | 1F | 33 | 39 | 2C |
| Octal | 257 | 233 | 60 | 0 | 13 | 111 | 37 | 63 | 71 | 54 |
| Binary | 10101111 | 10011011 | 110000 | 0 | 1011 | 1001001 | 11111 | 110011 | 111001 | 101100 |
Color Harmonies of #AF9B30
Complementary color
Monochromatic Colors of #AF9B30
Black with #AF9B30
Text Example
Text Example
White with #AF9B30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF9B30; }
p { color: rgb(175,155,48); }
H1.HeaderClassName
{
color: #AF9B30;
}
.AnyTagClassName
{
color: #AF9B30;
}
</style>
background-color css
<style>
a { background-color: #AF9B30; }
a { background-color: rgb(175,155,48); }
div.DivClassName
{
background-color: #AF9B30;
}
.BgClassName
{
background-color: #AF9B30;
}
</style>
border-color css
<style>
span { border-color: #AF9B30; }
span { border-color: rgb(175,155,48); }
td.TdClassName
{
border-color: #AF9B30;
}
.TagClassName
{
border-color: #AF9B30;
}
</style>