Shades of Sahara #AF9C2D
Tints of Sahara #AF9C2D
RGB
CMYK
RGB Variations
Color information
#AF9C2D (or 0xAF9C2D) is known color: Sahara. HEX triplet: AF, 9C and 2D. RGB value is (175,156,45). Sum of RGB (Red+Green+Blue) = 175+156+45=376 (49% of max value = 765). Red value is 175 (68.75% from 255 or 46.54% from 376); Green value is 156 (61.33% from 255 or 41.49% from 376); Blue value is 45 (17.97% from 255 or 11.97% from 376); Max value from RGB is 175 - color contains mainly: red. Hex color #AF9C2D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AF9C2D is #5063D2. Grayscale: #959595. Windows color (decimal): -5268435 or 2989231. OLE color: 2989231.
HSL color Cylindrical-coordinate representation of color #AF9C2D: hue angle of 51.23º 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 #AF9C2D is Cyan = 0, Magento = 0.11, Yellow = 0.74 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 156 | 45 | - |
| CMYK | 0 | 0.11 | 0.74 | 0.31 |
| HSL | 51.23º | 0.59% | 0.43% | - |
| HSV(B) | 51.23º | 0.74% | 0.69% | - |
| XYZ | 30.04 | 33.08 | 7.28 | - |
| YUV | 149.03 | 69.29 | 146.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 156 | 45 | 0 | 0.11 | 0.74 | 0.31 | 51.23 | 0.59 | 0.43 |
| Hex | AF | 9C | 2D | 0 | B | 4A | 1F | 33 | 3B | 2B |
| Octal | 257 | 234 | 55 | 0 | 13 | 112 | 37 | 63 | 73 | 53 |
| Binary | 10101111 | 10011100 | 101101 | 0 | 1011 | 1001010 | 11111 | 110011 | 111011 | 101011 |
Color Harmonies of #AF9C2D
Complementary color
Monochromatic Colors of #AF9C2D
Black with #AF9C2D
Text Example
Text Example
White with #AF9C2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF9C2D; }
p { color: rgb(175,156,45); }
H1.HeaderClassName
{
color: #AF9C2D;
}
.AnyTagClassName
{
color: #AF9C2D;
}
</style>
background-color css
<style>
a { background-color: #AF9C2D; }
a { background-color: rgb(175,156,45); }
div.DivClassName
{
background-color: #AF9C2D;
}
.BgClassName
{
background-color: #AF9C2D;
}
</style>
border-color css
<style>
span { border-color: #AF9C2D; }
span { border-color: rgb(175,156,45); }
td.TdClassName
{
border-color: #AF9C2D;
}
.TagClassName
{
border-color: #AF9C2D;
}
</style>