Shades of Sahara #AC9D32
Tints of Sahara #AC9D32
RGB
CMYK
RGB Variations
Color information
#AC9D32 (or 0xAC9D32) is known color: Sahara. HEX triplet: AC, 9D and 32. RGB value is (172,157,50). Sum of RGB (Red+Green+Blue) = 172+157+50=379 (50% of max value = 765). Red value is 172 (67.58% from 255 or 45.38% from 379); Green value is 157 (61.72% from 255 or 41.42% from 379); Blue value is 50 (19.92% from 255 or 13.19% from 379); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9D32 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AC9D32 is #5362CD. Grayscale: #959595. Windows color (decimal): -5464782 or 3317164. OLE color: 3317164.
HSL color Cylindrical-coordinate representation of color #AC9D32: hue angle of 52.62º degrees, saturation: 0.55, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #AC9D32 is Cyan = 0, Magento = 0.09, Yellow = 0.71 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 157 | 50 | - |
| CMYK | 0 | 0.09 | 0.71 | 0.33 |
| HSL | 52.62º | 0.55% | 0.44% | - |
| HSV(B) | 52.62º | 0.71% | 0.67% | - |
| XYZ | 29.65 | 33.11 | 7.85 | - |
| YUV | 149.29 | 71.97 | 144.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 157 | 50 | 0 | 0.09 | 0.71 | 0.33 | 52.62 | 0.55 | 0.44 |
| Hex | AC | 9D | 32 | 0 | 9 | 47 | 21 | 35 | 37 | 2C |
| Octal | 254 | 235 | 62 | 0 | 11 | 107 | 41 | 65 | 67 | 54 |
| Binary | 10101100 | 10011101 | 110010 | 0 | 1001 | 1000111 | 100001 | 110101 | 110111 | 101100 |
Color Harmonies of #AC9D32
Complementary color
Monochromatic Colors of #AC9D32
Black with #AC9D32
Text Example
Text Example
White with #AC9D32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC9D32; }
p { color: rgb(172,157,50); }
H1.HeaderClassName
{
color: #AC9D32;
}
.AnyTagClassName
{
color: #AC9D32;
}
</style>
background-color css
<style>
a { background-color: #AC9D32; }
a { background-color: rgb(172,157,50); }
div.DivClassName
{
background-color: #AC9D32;
}
.BgClassName
{
background-color: #AC9D32;
}
</style>
border-color css
<style>
span { border-color: #AC9D32; }
span { border-color: rgb(172,157,50); }
td.TdClassName
{
border-color: #AC9D32;
}
.TagClassName
{
border-color: #AC9D32;
}
</style>