Shades of Sahara #AC9D30
Tints of Sahara #AC9D30
RGB
CMYK
RGB Variations
Color information
#AC9D30 (or 0xAC9D30) is known color: Sahara. HEX triplet: AC, 9D and 30. RGB value is (172,157,48). Sum of RGB (Red+Green+Blue) = 172+157+48=377 (49% of max value = 765). Red value is 172 (67.58% from 255 or 45.62% from 377); Green value is 157 (61.72% from 255 or 41.64% from 377); Blue value is 48 (19.14% from 255 or 12.73% from 377); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9D30 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AC9D30 is #5362CF. Grayscale: #959595. Windows color (decimal): -5464784 or 3186092. OLE color: 3186092.
HSL color Cylindrical-coordinate representation of color #AC9D30: hue angle of 52.74º 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 #AC9D30 is Cyan = 0, Magento = 0.09, Yellow = 0.72 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 157 | 48 | - |
| CMYK | 0 | 0.09 | 0.72 | 0.33 |
| HSL | 52.74º | 0.56% | 0.43% | - |
| HSV(B) | 52.74º | 0.72% | 0.67% | - |
| XYZ | 29.6 | 33.1 | 7.62 | - |
| YUV | 149.06 | 70.97 | 144.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 157 | 48 | 0 | 0.09 | 0.72 | 0.33 | 52.74 | 0.56 | 0.43 |
| Hex | AC | 9D | 30 | 0 | 9 | 48 | 21 | 35 | 38 | 2B |
| Octal | 254 | 235 | 60 | 0 | 11 | 110 | 41 | 65 | 70 | 53 |
| Binary | 10101100 | 10011101 | 110000 | 0 | 1001 | 1001000 | 100001 | 110101 | 111000 | 101011 |
Color Harmonies of #AC9D30
Complementary color
Monochromatic Colors of #AC9D30
Black with #AC9D30
Text Example
Text Example
White with #AC9D30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC9D30; }
p { color: rgb(172,157,48); }
H1.HeaderClassName
{
color: #AC9D30;
}
.AnyTagClassName
{
color: #AC9D30;
}
</style>
background-color css
<style>
a { background-color: #AC9D30; }
a { background-color: rgb(172,157,48); }
div.DivClassName
{
background-color: #AC9D30;
}
.BgClassName
{
background-color: #AC9D30;
}
</style>
border-color css
<style>
span { border-color: #AC9D30; }
span { border-color: rgb(172,157,48); }
td.TdClassName
{
border-color: #AC9D30;
}
.TagClassName
{
border-color: #AC9D30;
}
</style>