Shades of Sahara #AC9C2B
Tints of Sahara #AC9C2B
RGB
CMYK
RGB Variations
Color information
#AC9C2B (or 0xAC9C2B) is known color: Sahara. HEX triplet: AC, 9C and 2B. RGB value is (172,156,43). Sum of RGB (Red+Green+Blue) = 172+156+43=371 (49% of max value = 765). Red value is 172 (67.58% from 255 or 46.36% from 371); Green value is 156 (61.33% from 255 or 42.05% from 371); Blue value is 43 (17.19% from 255 or 11.59% from 371); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9C2B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AC9C2B is #5363D4. Grayscale: #949494. Windows color (decimal): -5465045 or 2858156. OLE color: 2858156.
HSL color Cylindrical-coordinate representation of color #AC9C2B: hue angle of 52.56º degrees, saturation: 0.6, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #AC9C2B is Cyan = 0, Magento = 0.09, Yellow = 0.75 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 156 | 43 | - |
| CMYK | 0 | 0.09 | 0.75 | 0.33 |
| HSL | 52.56º | 0.6% | 0.42% | - |
| HSV(B) | 52.56º | 0.75% | 0.67% | - |
| XYZ | 29.34 | 32.72 | 7.06 | - |
| YUV | 147.9 | 68.8 | 145.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 156 | 43 | 0 | 0.09 | 0.75 | 0.33 | 52.56 | 0.6 | 0.42 |
| Hex | AC | 9C | 2B | 0 | 9 | 4B | 21 | 35 | 3C | 2A |
| Octal | 254 | 234 | 53 | 0 | 11 | 113 | 41 | 65 | 74 | 52 |
| Binary | 10101100 | 10011100 | 101011 | 0 | 1001 | 1001011 | 100001 | 110101 | 111100 | 101010 |
Color Harmonies of #AC9C2B
Complementary color
Monochromatic Colors of #AC9C2B
Black with #AC9C2B
Text Example
Text Example
White with #AC9C2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC9C2B; }
p { color: rgb(172,156,43); }
H1.HeaderClassName
{
color: #AC9C2B;
}
.AnyTagClassName
{
color: #AC9C2B;
}
</style>
background-color css
<style>
a { background-color: #AC9C2B; }
a { background-color: rgb(172,156,43); }
div.DivClassName
{
background-color: #AC9C2B;
}
.BgClassName
{
background-color: #AC9C2B;
}
</style>
border-color css
<style>
span { border-color: #AC9C2B; }
span { border-color: rgb(172,156,43); }
td.TdClassName
{
border-color: #AC9C2B;
}
.TagClassName
{
border-color: #AC9C2B;
}
</style>