Shades of Sahara #AC9829
Tints of Sahara #AC9829
RGB
CMYK
RGB Variations
Color information
#AC9829 (or 0xAC9829) is known color: Sahara. HEX triplet: AC, 98 and 29. RGB value is (172,152,41). Sum of RGB (Red+Green+Blue) = 172+152+41=365 (48% of max value = 765). Red value is 172 (67.58% from 255 or 47.12% from 365); Green value is 152 (59.77% from 255 or 41.64% from 365); Blue value is 41 (16.41% from 255 or 11.23% from 365); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9829 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AC9829 is #5367D6. Grayscale: #919191. Windows color (decimal): -5466071 or 2726060. OLE color: 2726060.
HSL color Cylindrical-coordinate representation of color #AC9829: hue angle of 50.84º degrees, saturation: 0.62, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #AC9829 is Cyan = 0, Magento = 0.12, Yellow = 0.76 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 152 | 41 | - |
| CMYK | 0 | 0.12 | 0.76 | 0.33 |
| HSL | 50.84º | 0.62% | 0.42% | - |
| HSV(B) | 50.84º | 0.76% | 0.67% | - |
| XYZ | 28.64 | 31.39 | 6.65 | - |
| YUV | 145.33 | 69.13 | 147.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 152 | 41 | 0 | 0.12 | 0.76 | 0.33 | 50.84 | 0.62 | 0.42 |
| Hex | AC | 98 | 29 | 0 | C | 4C | 21 | 33 | 3E | 2A |
| Octal | 254 | 230 | 51 | 0 | 14 | 114 | 41 | 63 | 76 | 52 |
| Binary | 10101100 | 10011000 | 101001 | 0 | 1100 | 1001100 | 100001 | 110011 | 111110 | 101010 |
Color Harmonies of #AC9829
Complementary color
Monochromatic Colors of #AC9829
Black with #AC9829
Text Example
Text Example
White with #AC9829
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC9829; }
p { color: rgb(172,152,41); }
H1.HeaderClassName
{
color: #AC9829;
}
.AnyTagClassName
{
color: #AC9829;
}
</style>
background-color css
<style>
a { background-color: #AC9829; }
a { background-color: rgb(172,152,41); }
div.DivClassName
{
background-color: #AC9829;
}
.BgClassName
{
background-color: #AC9829;
}
</style>
border-color css
<style>
span { border-color: #AC9829; }
span { border-color: rgb(172,152,41); }
td.TdClassName
{
border-color: #AC9829;
}
.TagClassName
{
border-color: #AC9829;
}
</style>