Shades of Sahara #AFA02D
Tints of Sahara #AFA02D
RGB
CMYK
RGB Variations
Color information
#AFA02D (or 0xAFA02D) is known color: Sahara. HEX triplet: AF, A0 and 2D. RGB value is (175,160,45). Sum of RGB (Red+Green+Blue) = 175+160+45=380 (50% of max value = 765). Red value is 175 (68.75% from 255 or 46.05% from 380); Green value is 160 (62.89% from 255 or 42.11% from 380); Blue value is 45 (17.97% from 255 or 11.84% from 380); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA02D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AFA02D is #505FD2. Grayscale: #979797. Windows color (decimal): -5267411 or 2990255. OLE color: 2990255.
HSL color Cylindrical-coordinate representation of color #AFA02D: hue angle of 53.08º degrees, saturation: 0.59, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #AFA02D is Cyan = 0, Magento = 0.09, Yellow = 0.74 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 160 | 45 | - |
| CMYK | 0 | 0.09 | 0.74 | 0.31 |
| HSL | 53.08º | 0.59% | 0.43% | - |
| HSV(B) | 53.08º | 0.74% | 0.69% | - |
| XYZ | 30.72 | 34.45 | 7.51 | - |
| YUV | 151.38 | 67.97 | 144.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 160 | 45 | 0 | 0.09 | 0.74 | 0.31 | 53.08 | 0.59 | 0.43 |
| Hex | AF | A0 | 2D | 0 | 9 | 4A | 1F | 35 | 3B | 2B |
| Octal | 257 | 240 | 55 | 0 | 11 | 112 | 37 | 65 | 73 | 53 |
| Binary | 10101111 | 10100000 | 101101 | 0 | 1001 | 1001010 | 11111 | 110101 | 111011 | 101011 |
Color Harmonies of #AFA02D
Complementary color
Monochromatic Colors of #AFA02D
Black with #AFA02D
Text Example
Text Example
White with #AFA02D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFA02D; }
p { color: rgb(175,160,45); }
H1.HeaderClassName
{
color: #AFA02D;
}
.AnyTagClassName
{
color: #AFA02D;
}
</style>
background-color css
<style>
a { background-color: #AFA02D; }
a { background-color: rgb(175,160,45); }
div.DivClassName
{
background-color: #AFA02D;
}
.BgClassName
{
background-color: #AFA02D;
}
</style>
border-color css
<style>
span { border-color: #AFA02D; }
span { border-color: rgb(175,160,45); }
td.TdClassName
{
border-color: #AFA02D;
}
.TagClassName
{
border-color: #AFA02D;
}
</style>