Shades of Sahara #AC9E2D
Tints of Sahara #AC9E2D
RGB
CMYK
RGB Variations
Color information
#AC9E2D (or 0xAC9E2D) is known color: Sahara. HEX triplet: AC, 9E and 2D. RGB value is (172,158,45). Sum of RGB (Red+Green+Blue) = 172+158+45=375 (49% of max value = 765). Red value is 172 (67.58% from 255 or 45.87% from 375); Green value is 158 (62.11% from 255 or 42.13% from 375); Blue value is 45 (17.97% from 255 or 12% from 375); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9E2D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AC9E2D is #5361D2. Grayscale: #959595. Windows color (decimal): -5464531 or 2989740. OLE color: 2989740.
HSL color Cylindrical-coordinate representation of color #AC9E2D: hue angle of 53.39º degrees, saturation: 0.59, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #AC9E2D is Cyan = 0, Magento = 0.08, Yellow = 0.74 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 158 | 45 | - |
| CMYK | 0 | 0.08 | 0.74 | 0.33 |
| HSL | 53.39º | 0.59% | 0.43% | - |
| HSV(B) | 53.39º | 0.74% | 0.67% | - |
| XYZ | 29.71 | 33.41 | 7.37 | - |
| YUV | 149.3 | 69.14 | 144.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 158 | 45 | 0 | 0.08 | 0.74 | 0.33 | 53.39 | 0.59 | 0.43 |
| Hex | AC | 9E | 2D | 0 | 8 | 4A | 21 | 35 | 3B | 2B |
| Octal | 254 | 236 | 55 | 0 | 10 | 112 | 41 | 65 | 73 | 53 |
| Binary | 10101100 | 10011110 | 101101 | 0 | 1000 | 1001010 | 100001 | 110101 | 111011 | 101011 |
Color Harmonies of #AC9E2D
Complementary color
Monochromatic Colors of #AC9E2D
Black with #AC9E2D
Text Example
Text Example
White with #AC9E2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC9E2D; }
p { color: rgb(172,158,45); }
H1.HeaderClassName
{
color: #AC9E2D;
}
.AnyTagClassName
{
color: #AC9E2D;
}
</style>
background-color css
<style>
a { background-color: #AC9E2D; }
a { background-color: rgb(172,158,45); }
div.DivClassName
{
background-color: #AC9E2D;
}
.BgClassName
{
background-color: #AC9E2D;
}
</style>
border-color css
<style>
span { border-color: #AC9E2D; }
span { border-color: rgb(172,158,45); }
td.TdClassName
{
border-color: #AC9E2D;
}
.TagClassName
{
border-color: #AC9E2D;
}
</style>