Shades of Sahara #AC952A
Tints of Sahara #AC952A
RGB
CMYK
RGB Variations
Color information
#AC952A (or 0xAC952A) is known color: Sahara. HEX triplet: AC, 95 and 2A. RGB value is (172,149,42). Sum of RGB (Red+Green+Blue) = 172+149+42=363 (48% of max value = 765). Red value is 172 (67.58% from 255 or 47.38% from 363); Green value is 149 (58.59% from 255 or 41.05% from 363); Blue value is 42 (16.80% from 255 or 11.57% from 363); Max value from RGB is 172 - color contains mainly: red. Hex color #AC952A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AC952A is #536AD5. Grayscale: #909090. Windows color (decimal): -5466838 or 2790828. OLE color: 2790828.
HSL color Cylindrical-coordinate representation of color #AC952A: hue angle of 49.38º 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 #AC952A is Cyan = 0, Magento = 0.13, Yellow = 0.76 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 149 | 42 | - |
| CMYK | 0 | 0.13 | 0.76 | 0.33 |
| HSL | 49.38º | 0.61% | 0.42% | - |
| HSV(B) | 49.38º | 0.76% | 0.67% | - |
| XYZ | 28.18 | 30.43 | 6.58 | - |
| YUV | 143.68 | 70.62 | 148.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 149 | 42 | 0 | 0.13 | 0.76 | 0.33 | 49.38 | 0.61 | 0.42 |
| Hex | AC | 95 | 2A | 0 | D | 4C | 21 | 31 | 3D | 2A |
| Octal | 254 | 225 | 52 | 0 | 15 | 114 | 41 | 61 | 75 | 52 |
| Binary | 10101100 | 10010101 | 101010 | 0 | 1101 | 1001100 | 100001 | 110001 | 111101 | 101010 |
Color Harmonies of #AC952A
Complementary color
Monochromatic Colors of #AC952A
Black with #AC952A
Text Example
Text Example
White with #AC952A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC952A; }
p { color: rgb(172,149,42); }
H1.HeaderClassName
{
color: #AC952A;
}
.AnyTagClassName
{
color: #AC952A;
}
</style>
background-color css
<style>
a { background-color: #AC952A; }
a { background-color: rgb(172,149,42); }
div.DivClassName
{
background-color: #AC952A;
}
.BgClassName
{
background-color: #AC952A;
}
</style>
border-color css
<style>
span { border-color: #AC952A; }
span { border-color: rgb(172,149,42); }
td.TdClassName
{
border-color: #AC952A;
}
.TagClassName
{
border-color: #AC952A;
}
</style>