Shades of Sahara #AC9D33
Tints of Sahara #AC9D33
RGB
CMYK
RGB Variations
Color information
#AC9D33 (or 0xAC9D33) is known color: Sahara. HEX triplet: AC, 9D and 33. RGB value is (172,157,51). Sum of RGB (Red+Green+Blue) = 172+157+51=380 (50% of max value = 765). Red value is 172 (67.58% from 255 or 45.26% from 380); Green value is 157 (61.72% from 255 or 41.32% from 380); Blue value is 51 (20.31% from 255 or 13.42% from 380); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9D33 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AC9D33 is #5362CC. Grayscale: #959595. Windows color (decimal): -5464781 or 3382700. OLE color: 3382700.
HSL color Cylindrical-coordinate representation of color #AC9D33: hue angle of 52.56º degrees, saturation: 0.54, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #AC9D33 is Cyan = 0, Magento = 0.09, Yellow = 0.70 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 157 | 51 | - |
| CMYK | 0 | 0.09 | 0.70 | 0.33 |
| HSL | 52.56º | 0.54% | 0.44% | - |
| HSV(B) | 52.56º | 0.7% | 0.67% | - |
| XYZ | 29.67 | 33.12 | 7.96 | - |
| YUV | 149.4 | 72.47 | 144.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 157 | 51 | 0 | 0.09 | 0.70 | 0.33 | 52.56 | 0.54 | 0.44 |
| Hex | AC | 9D | 33 | 0 | 9 | 46 | 21 | 35 | 36 | 2C |
| Octal | 254 | 235 | 63 | 0 | 11 | 106 | 41 | 65 | 66 | 54 |
| Binary | 10101100 | 10011101 | 110011 | 0 | 1001 | 1000110 | 100001 | 110101 | 110110 | 101100 |
Color Harmonies of #AC9D33
Complementary color
Monochromatic Colors of #AC9D33
Black with #AC9D33
Text Example
Text Example
White with #AC9D33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC9D33; }
p { color: rgb(172,157,51); }
H1.HeaderClassName
{
color: #AC9D33;
}
.AnyTagClassName
{
color: #AC9D33;
}
</style>
background-color css
<style>
a { background-color: #AC9D33; }
a { background-color: rgb(172,157,51); }
div.DivClassName
{
background-color: #AC9D33;
}
.BgClassName
{
background-color: #AC9D33;
}
</style>
border-color css
<style>
span { border-color: #AC9D33; }
span { border-color: rgb(172,157,51); }
td.TdClassName
{
border-color: #AC9D33;
}
.TagClassName
{
border-color: #AC9D33;
}
</style>