Shades of Sahara #AF9D2D
Tints of Sahara #AF9D2D
RGB
CMYK
RGB Variations
Color information
#AF9D2D (or 0xAF9D2D) is known color: Sahara. HEX triplet: AF, 9D and 2D. RGB value is (175,157,45). Sum of RGB (Red+Green+Blue) = 175+157+45=377 (49% of max value = 765). Red value is 175 (68.75% from 255 or 46.42% from 377); Green value is 157 (61.72% from 255 or 41.64% from 377); Blue value is 45 (17.97% from 255 or 11.94% from 377); Max value from RGB is 175 - color contains mainly: red. Hex color #AF9D2D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AF9D2D is #5062D2. Grayscale: #969696. Windows color (decimal): -5268179 or 2989487. OLE color: 2989487.
HSL color Cylindrical-coordinate representation of color #AF9D2D: hue angle of 51.69º 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 #AF9D2D is Cyan = 0, Magento = 0.10, Yellow = 0.74 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 157 | 45 | - |
| CMYK | 0 | 0.10 | 0.74 | 0.31 |
| HSL | 51.69º | 0.59% | 0.43% | - |
| HSV(B) | 51.69º | 0.74% | 0.69% | - |
| XYZ | 30.21 | 33.42 | 7.34 | - |
| YUV | 149.61 | 68.96 | 146.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 157 | 45 | 0 | 0.10 | 0.74 | 0.31 | 51.69 | 0.59 | 0.43 |
| Hex | AF | 9D | 2D | 0 | A | 4A | 1F | 34 | 3B | 2B |
| Octal | 257 | 235 | 55 | 0 | 12 | 112 | 37 | 64 | 73 | 53 |
| Binary | 10101111 | 10011101 | 101101 | 0 | 1010 | 1001010 | 11111 | 110100 | 111011 | 101011 |
Color Harmonies of #AF9D2D
Complementary color
Monochromatic Colors of #AF9D2D
Black with #AF9D2D
Text Example
Text Example
White with #AF9D2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF9D2D; }
p { color: rgb(175,157,45); }
H1.HeaderClassName
{
color: #AF9D2D;
}
.AnyTagClassName
{
color: #AF9D2D;
}
</style>
background-color css
<style>
a { background-color: #AF9D2D; }
a { background-color: rgb(175,157,45); }
div.DivClassName
{
background-color: #AF9D2D;
}
.BgClassName
{
background-color: #AF9D2D;
}
</style>
border-color css
<style>
span { border-color: #AF9D2D; }
span { border-color: rgb(175,157,45); }
td.TdClassName
{
border-color: #AF9D2D;
}
.TagClassName
{
border-color: #AF9D2D;
}
</style>