Shades of Sahara #AC9529
Tints of Sahara #AC9529
RGB
CMYK
RGB Variations
Color information
#AC9529 (or 0xAC9529) is known color: Sahara. HEX triplet: AC, 95 and 29. RGB value is (172,149,41). Sum of RGB (Red+Green+Blue) = 172+149+41=362 (47% of max value = 765). Red value is 172 (67.58% from 255 or 47.51% from 362); Green value is 149 (58.59% from 255 or 41.16% from 362); Blue value is 41 (16.41% from 255 or 11.33% from 362); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9529 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AC9529 is #536AD6. Grayscale: #909090. Windows color (decimal): -5466839 or 2725292. OLE color: 2725292.
HSL color Cylindrical-coordinate representation of color #AC9529: hue angle of 49.47º 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 #AC9529 is Cyan = 0, Magento = 0.13, Yellow = 0.76 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 149 | 41 | - |
| CMYK | 0 | 0.13 | 0.76 | 0.33 |
| HSL | 49.47º | 0.62% | 0.42% | - |
| HSV(B) | 49.47º | 0.76% | 0.67% | - |
| XYZ | 28.16 | 30.43 | 6.49 | - |
| YUV | 143.57 | 70.12 | 148.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 149 | 41 | 0 | 0.13 | 0.76 | 0.33 | 49.47 | 0.62 | 0.42 |
| Hex | AC | 95 | 29 | 0 | D | 4C | 21 | 31 | 3E | 2A |
| Octal | 254 | 225 | 51 | 0 | 15 | 114 | 41 | 61 | 76 | 52 |
| Binary | 10101100 | 10010101 | 101001 | 0 | 1101 | 1001100 | 100001 | 110001 | 111110 | 101010 |
Color Harmonies of #AC9529
Complementary color
Monochromatic Colors of #AC9529
Black with #AC9529
Text Example
Text Example
White with #AC9529
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC9529; }
p { color: rgb(172,149,41); }
H1.HeaderClassName
{
color: #AC9529;
}
.AnyTagClassName
{
color: #AC9529;
}
</style>
background-color css
<style>
a { background-color: #AC9529; }
a { background-color: rgb(172,149,41); }
div.DivClassName
{
background-color: #AC9529;
}
.BgClassName
{
background-color: #AC9529;
}
</style>
border-color css
<style>
span { border-color: #AC9529; }
span { border-color: rgb(172,149,41); }
td.TdClassName
{
border-color: #AC9529;
}
.TagClassName
{
border-color: #AC9529;
}
</style>