Shades of Sahara #AF992E
Tints of Sahara #AF992E
RGB
CMYK
RGB Variations
Color information
#AF992E (or 0xAF992E) is known color: Sahara. HEX triplet: AF, 99 and 2E. RGB value is (175,153,46). Sum of RGB (Red+Green+Blue) = 175+153+46=374 (49% of max value = 765). Red value is 175 (68.75% from 255 or 46.79% from 374); Green value is 153 (60.16% from 255 or 40.91% from 374); Blue value is 46 (18.36% from 255 or 12.30% from 374); Max value from RGB is 175 - color contains mainly: red. Hex color #AF992E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AF992E is #5066D1. Grayscale: #939393. Windows color (decimal): -5269202 or 3053999. OLE color: 3053999.
HSL color Cylindrical-coordinate representation of color #AF992E: hue angle of 49.77º degrees, saturation: 0.58, 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 #AF992E is Cyan = 0, Magento = 0.13, Yellow = 0.74 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 153 | 46 | - |
| CMYK | 0 | 0.13 | 0.74 | 0.31 |
| HSL | 49.77º | 0.58% | 0.43% | - |
| HSV(B) | 49.77º | 0.74% | 0.69% | - |
| XYZ | 29.56 | 32.09 | 7.22 | - |
| YUV | 147.38 | 70.79 | 147.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 153 | 46 | 0 | 0.13 | 0.74 | 0.31 | 49.77 | 0.58 | 0.43 |
| Hex | AF | 99 | 2E | 0 | D | 4A | 1F | 32 | 3A | 2B |
| Octal | 257 | 231 | 56 | 0 | 15 | 112 | 37 | 62 | 72 | 53 |
| Binary | 10101111 | 10011001 | 101110 | 0 | 1101 | 1001010 | 11111 | 110010 | 111010 | 101011 |
Color Harmonies of #AF992E
Complementary color
Monochromatic Colors of #AF992E
Black with #AF992E
Text Example
Text Example
White with #AF992E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF992E; }
p { color: rgb(175,153,46); }
H1.HeaderClassName
{
color: #AF992E;
}
.AnyTagClassName
{
color: #AF992E;
}
</style>
background-color css
<style>
a { background-color: #AF992E; }
a { background-color: rgb(175,153,46); }
div.DivClassName
{
background-color: #AF992E;
}
.BgClassName
{
background-color: #AF992E;
}
</style>
border-color css
<style>
span { border-color: #AF992E; }
span { border-color: rgb(175,153,46); }
td.TdClassName
{
border-color: #AF992E;
}
.TagClassName
{
border-color: #AF992E;
}
</style>