Shades of Sahara #AC9C2E
Tints of Sahara #AC9C2E
RGB
CMYK
RGB Variations
Color information
#AC9C2E (or 0xAC9C2E) is known color: Sahara. HEX triplet: AC, 9C and 2E. RGB value is (172,156,46). Sum of RGB (Red+Green+Blue) = 172+156+46=374 (49% of max value = 765). Red value is 172 (67.58% from 255 or 45.99% from 374); Green value is 156 (61.33% from 255 or 41.71% from 374); Blue value is 46 (18.36% from 255 or 12.30% from 374); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9C2E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AC9C2E is #5363D1. Grayscale: #949494. Windows color (decimal): -5465042 or 3054764. OLE color: 3054764.
HSL color Cylindrical-coordinate representation of color #AC9C2E: hue angle of 52.38º degrees, saturation: 0.58, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #AC9C2E is Cyan = 0, Magento = 0.09, Yellow = 0.73 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 156 | 46 | - |
| CMYK | 0 | 0.09 | 0.73 | 0.33 |
| HSL | 52.38º | 0.58% | 0.43% | - |
| HSV(B) | 52.38º | 0.73% | 0.67% | - |
| XYZ | 29.39 | 32.74 | 7.36 | - |
| YUV | 148.24 | 70.3 | 144.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 156 | 46 | 0 | 0.09 | 0.73 | 0.33 | 52.38 | 0.58 | 0.43 |
| Hex | AC | 9C | 2E | 0 | 9 | 49 | 21 | 34 | 3A | 2B |
| Octal | 254 | 234 | 56 | 0 | 11 | 111 | 41 | 64 | 72 | 53 |
| Binary | 10101100 | 10011100 | 101110 | 0 | 1001 | 1001001 | 100001 | 110100 | 111010 | 101011 |
Color Harmonies of #AC9C2E
Complementary color
Monochromatic Colors of #AC9C2E
Black with #AC9C2E
Text Example
Text Example
White with #AC9C2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC9C2E; }
p { color: rgb(172,156,46); }
H1.HeaderClassName
{
color: #AC9C2E;
}
.AnyTagClassName
{
color: #AC9C2E;
}
</style>
background-color css
<style>
a { background-color: #AC9C2E; }
a { background-color: rgb(172,156,46); }
div.DivClassName
{
background-color: #AC9C2E;
}
.BgClassName
{
background-color: #AC9C2E;
}
</style>
border-color css
<style>
span { border-color: #AC9C2E; }
span { border-color: rgb(172,156,46); }
td.TdClassName
{
border-color: #AC9C2E;
}
.TagClassName
{
border-color: #AC9C2E;
}
</style>