Shades of Sahara #AC982A
Tints of Sahara #AC982A
RGB
CMYK
RGB Variations
Color information
#AC982A (or 0xAC982A) is known color: Sahara. HEX triplet: AC, 98 and 2A. RGB value is (172,152,42). Sum of RGB (Red+Green+Blue) = 172+152+42=366 (48% of max value = 765). Red value is 172 (67.58% from 255 or 46.99% from 366); Green value is 152 (59.77% from 255 or 41.53% from 366); Blue value is 42 (16.80% from 255 or 11.48% from 366); Max value from RGB is 172 - color contains mainly: red. Hex color #AC982A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AC982A is #5367D5. Grayscale: #919191. Windows color (decimal): -5466070 or 2791596. OLE color: 2791596.
HSL color Cylindrical-coordinate representation of color #AC982A: hue angle of 50.77º degrees, saturation: 0.61, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #AC982A is Cyan = 0, Magento = 0.12, Yellow = 0.76 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 152 | 42 | - |
| CMYK | 0 | 0.12 | 0.76 | 0.33 |
| HSL | 50.77º | 0.61% | 0.42% | - |
| HSV(B) | 50.77º | 0.76% | 0.67% | - |
| XYZ | 28.66 | 31.39 | 6.74 | - |
| YUV | 145.44 | 69.63 | 146.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 152 | 42 | 0 | 0.12 | 0.76 | 0.33 | 50.77 | 0.61 | 0.42 |
| Hex | AC | 98 | 2A | 0 | C | 4C | 21 | 33 | 3D | 2A |
| Octal | 254 | 230 | 52 | 0 | 14 | 114 | 41 | 63 | 75 | 52 |
| Binary | 10101100 | 10011000 | 101010 | 0 | 1100 | 1001100 | 100001 | 110011 | 111101 | 101010 |
Color Harmonies of #AC982A
Complementary color
Monochromatic Colors of #AC982A
Black with #AC982A
Text Example
Text Example
White with #AC982A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC982A; }
p { color: rgb(172,152,42); }
H1.HeaderClassName
{
color: #AC982A;
}
.AnyTagClassName
{
color: #AC982A;
}
</style>
background-color css
<style>
a { background-color: #AC982A; }
a { background-color: rgb(172,152,42); }
div.DivClassName
{
background-color: #AC982A;
}
.BgClassName
{
background-color: #AC982A;
}
</style>
border-color css
<style>
span { border-color: #AC982A; }
span { border-color: rgb(172,152,42); }
td.TdClassName
{
border-color: #AC982A;
}
.TagClassName
{
border-color: #AC982A;
}
</style>