Shades of Sahara #AC9E30
Tints of Sahara #AC9E30
RGB
CMYK
RGB Variations
Color information
#AC9E30 (or 0xAC9E30) is known color: Sahara. HEX triplet: AC, 9E and 30. RGB value is (172,158,48). Sum of RGB (Red+Green+Blue) = 172+158+48=378 (50% of max value = 765). Red value is 172 (67.58% from 255 or 45.50% from 378); Green value is 158 (62.11% from 255 or 41.80% from 378); Blue value is 48 (19.14% from 255 or 12.70% from 378); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9E30 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AC9E30 is #5361CF. Grayscale: #969696. Windows color (decimal): -5464528 or 3186348. OLE color: 3186348.
HSL color Cylindrical-coordinate representation of color #AC9E30: hue angle of 53.23º degrees, saturation: 0.56, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #AC9E30 is Cyan = 0, Magento = 0.08, Yellow = 0.72 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 158 | 48 | - |
| CMYK | 0 | 0.08 | 0.72 | 0.33 |
| HSL | 53.23º | 0.56% | 0.43% | - |
| HSV(B) | 53.23º | 0.72% | 0.67% | - |
| XYZ | 29.77 | 33.44 | 7.68 | - |
| YUV | 149.65 | 70.64 | 143.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 158 | 48 | 0 | 0.08 | 0.72 | 0.33 | 53.23 | 0.56 | 0.43 |
| Hex | AC | 9E | 30 | 0 | 8 | 48 | 21 | 35 | 38 | 2B |
| Octal | 254 | 236 | 60 | 0 | 10 | 110 | 41 | 65 | 70 | 53 |
| Binary | 10101100 | 10011110 | 110000 | 0 | 1000 | 1001000 | 100001 | 110101 | 111000 | 101011 |
Color Harmonies of #AC9E30
Complementary color
Monochromatic Colors of #AC9E30
Black with #AC9E30
Text Example
Text Example
White with #AC9E30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC9E30; }
p { color: rgb(172,158,48); }
H1.HeaderClassName
{
color: #AC9E30;
}
.AnyTagClassName
{
color: #AC9E30;
}
</style>
background-color css
<style>
a { background-color: #AC9E30; }
a { background-color: rgb(172,158,48); }
div.DivClassName
{
background-color: #AC9E30;
}
.BgClassName
{
background-color: #AC9E30;
}
</style>
border-color css
<style>
span { border-color: #AC9E30; }
span { border-color: rgb(172,158,48); }
td.TdClassName
{
border-color: #AC9E30;
}
.TagClassName
{
border-color: #AC9E30;
}
</style>