Shades of Sahara #AC952C
Tints of Sahara #AC952C
RGB
CMYK
RGB Variations
Color information
#AC952C (or 0xAC952C) is known color: Sahara. HEX triplet: AC, 95 and 2C. RGB value is (172,149,44). Sum of RGB (Red+Green+Blue) = 172+149+44=365 (48% of max value = 765). Red value is 172 (67.58% from 255 or 47.12% from 365); Green value is 149 (58.59% from 255 or 40.82% from 365); Blue value is 44 (17.58% from 255 or 12.05% from 365); Max value from RGB is 172 - color contains mainly: red. Hex color #AC952C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AC952C is #536AD3. Grayscale: #909090. Windows color (decimal): -5466836 or 2921900. OLE color: 2921900.
HSL color Cylindrical-coordinate representation of color #AC952C: hue angle of 49.22º degrees, saturation: 0.59, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #AC952C is Cyan = 0, Magento = 0.13, Yellow = 0.74 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 149 | 44 | - |
| CMYK | 0 | 0.13 | 0.74 | 0.33 |
| HSL | 49.22º | 0.59% | 0.42% | - |
| HSV(B) | 49.22º | 0.74% | 0.67% | - |
| XYZ | 28.22 | 30.45 | 6.77 | - |
| YUV | 143.91 | 71.62 | 148.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 149 | 44 | 0 | 0.13 | 0.74 | 0.33 | 49.22 | 0.59 | 0.42 |
| Hex | AC | 95 | 2C | 0 | D | 4A | 21 | 31 | 3B | 2A |
| Octal | 254 | 225 | 54 | 0 | 15 | 112 | 41 | 61 | 73 | 52 |
| Binary | 10101100 | 10010101 | 101100 | 0 | 1101 | 1001010 | 100001 | 110001 | 111011 | 101010 |
Color Harmonies of #AC952C
Complementary color
Monochromatic Colors of #AC952C
Black with #AC952C
Text Example
Text Example
White with #AC952C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC952C; }
p { color: rgb(172,149,44); }
H1.HeaderClassName
{
color: #AC952C;
}
.AnyTagClassName
{
color: #AC952C;
}
</style>
background-color css
<style>
a { background-color: #AC952C; }
a { background-color: rgb(172,149,44); }
div.DivClassName
{
background-color: #AC952C;
}
.BgClassName
{
background-color: #AC952C;
}
</style>
border-color css
<style>
span { border-color: #AC952C; }
span { border-color: rgb(172,149,44); }
td.TdClassName
{
border-color: #AC952C;
}
.TagClassName
{
border-color: #AC952C;
}
</style>