Shades of East Side #AC99C0
Tints of East Side #AC99C0
RGB
CMYK
RGB Variations
Color information
#AC99C0 (or 0xAC99C0) is known color: East Side. HEX triplet: AC, 99 and C0. RGB value is (172,153,192). Sum of RGB (Red+Green+Blue) = 172+153+192=517 (68% of max value = 765). Red value is 172 (67.58% from 255 or 33.27% from 517); Green value is 153 (60.16% from 255 or 29.59% from 517); Blue value is 192 (75.39% from 255 or 37.14% from 517); Max value from RGB is 192 - color contains mainly: blue. Hex color #AC99C0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AC99C0 is #53663F. Grayscale: #A2A2A2. Windows color (decimal): -5465664 or 12622252. OLE color: 12622252.
HSL color Cylindrical-coordinate representation of color #AC99C0: hue angle of 269.23º degrees, saturation: 0.24, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #AC99C0 is Cyan = 0.10, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 172 | 153 | 192 | - |
| CMYK | 0.10 | 0.20 | 0 | 0.25 |
| HSL | 269.23º | 0.24% | 0.68% | - |
| HSV(B) | 269.23º | 0.2% | 0.75% | - |
| XYZ | 37.92 | 35.36 | 54.7 | - |
| YUV | 163.13 | 144.29 | 134.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 153 | 192 | 0.10 | 0.20 | 0 | 0.25 | 269.23 | 0.24 | 0.68 |
| Hex | AC | 99 | C0 | A | 14 | 0 | 19 | 10D | 18 | 44 |
| Octal | 254 | 231 | 300 | 12 | 24 | 0 | 31 | 415 | 30 | 104 |
| Binary | 10101100 | 10011001 | 11000000 | 1010 | 10100 | 0 | 11001 | 100001101 | 11000 | 1000100 |
Color Harmonies of #AC99C0
Complementary color
Monochromatic Colors of #AC99C0
Black with #AC99C0
Text Example
Text Example
White with #AC99C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC99C0; }
p { color: rgb(172,153,192); }
H1.HeaderClassName
{
color: #AC99C0;
}
.AnyTagClassName
{
color: #AC99C0;
}
</style>
background-color css
<style>
a { background-color: #AC99C0; }
a { background-color: rgb(172,153,192); }
div.DivClassName
{
background-color: #AC99C0;
}
.BgClassName
{
background-color: #AC99C0;
}
</style>
border-color css
<style>
span { border-color: #AC99C0; }
span { border-color: rgb(172,153,192); }
td.TdClassName
{
border-color: #AC99C0;
}
.TagClassName
{
border-color: #AC99C0;
}
</style>