Shades of Sahara #AC9F2D
Tints of Sahara #AC9F2D
RGB
CMYK
RGB Variations
Color information
#AC9F2D (or 0xAC9F2D) is known color: Sahara. HEX triplet: AC, 9F and 2D. RGB value is (172,159,45). Sum of RGB (Red+Green+Blue) = 172+159+45=376 (49% of max value = 765). Red value is 172 (67.58% from 255 or 45.74% from 376); Green value is 159 (62.5% from 255 or 42.29% from 376); Blue value is 45 (17.97% from 255 or 11.97% from 376); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9F2D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AC9F2D is #5360D2. Grayscale: #969696. Windows color (decimal): -5464275 or 2989996. OLE color: 2989996.
HSL color Cylindrical-coordinate representation of color #AC9F2D: hue angle of 53.86º degrees, saturation: 0.59, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #AC9F2D is Cyan = 0, Magento = 0.08, Yellow = 0.74 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 159 | 45 | - |
| CMYK | 0 | 0.08 | 0.74 | 0.33 |
| HSL | 53.86º | 0.59% | 0.43% | - |
| HSV(B) | 53.86º | 0.74% | 0.67% | - |
| XYZ | 29.89 | 33.76 | 7.42 | - |
| YUV | 149.89 | 68.81 | 143.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 159 | 45 | 0 | 0.08 | 0.74 | 0.33 | 53.86 | 0.59 | 0.43 |
| Hex | AC | 9F | 2D | 0 | 8 | 4A | 21 | 36 | 3B | 2B |
| Octal | 254 | 237 | 55 | 0 | 10 | 112 | 41 | 66 | 73 | 53 |
| Binary | 10101100 | 10011111 | 101101 | 0 | 1000 | 1001010 | 100001 | 110110 | 111011 | 101011 |
Color Harmonies of #AC9F2D
Complementary color
Monochromatic Colors of #AC9F2D
Black with #AC9F2D
Text Example
Text Example
White with #AC9F2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC9F2D; }
p { color: rgb(172,159,45); }
H1.HeaderClassName
{
color: #AC9F2D;
}
.AnyTagClassName
{
color: #AC9F2D;
}
</style>
background-color css
<style>
a { background-color: #AC9F2D; }
a { background-color: rgb(172,159,45); }
div.DivClassName
{
background-color: #AC9F2D;
}
.BgClassName
{
background-color: #AC9F2D;
}
</style>
border-color css
<style>
span { border-color: #AC9F2D; }
span { border-color: rgb(172,159,45); }
td.TdClassName
{
border-color: #AC9F2D;
}
.TagClassName
{
border-color: #AC9F2D;
}
</style>