Shades of East Side #AC91BA
Tints of East Side #AC91BA
RGB
CMYK
RGB Variations
Color information
#AC91BA (or 0xAC91BA) is known color: East Side. HEX triplet: AC, 91 and BA. RGB value is (172,145,186). Sum of RGB (Red+Green+Blue) = 172+145+186=503 (66% of max value = 765). Red value is 172 (67.58% from 255 or 34.19% from 503); Green value is 145 (57.03% from 255 or 28.83% from 503); Blue value is 186 (73.05% from 255 or 36.98% from 503); Max value from RGB is 186 - color contains mainly: blue. Hex color #AC91BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AC91BA is #536E45. Grayscale: #9D9D9D. Windows color (decimal): -5467718 or 12226988. OLE color: 12226988.
HSL color Cylindrical-coordinate representation of color #AC91BA: hue angle of 279.51º degrees, saturation: 0.23, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #AC91BA is Cyan = 0.08, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 172 | 145 | 186 | - |
| CMYK | 0.08 | 0.22 | 0 | 0.27 |
| HSL | 279.51º | 0.23% | 0.65% | - |
| HSV(B) | 279.51º | 0.22% | 0.73% | - |
| XYZ | 36 | 32.57 | 50.84 | - |
| YUV | 157.75 | 143.95 | 138.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 145 | 186 | 0.08 | 0.22 | 0 | 0.27 | 279.51 | 0.23 | 0.65 |
| Hex | AC | 91 | BA | 8 | 16 | 0 | 1B | 118 | 17 | 41 |
| Octal | 254 | 221 | 272 | 10 | 26 | 0 | 33 | 430 | 27 | 101 |
| Binary | 10101100 | 10010001 | 10111010 | 1000 | 10110 | 0 | 11011 | 100011000 | 10111 | 1000001 |
Color Harmonies of #AC91BA
Complementary color
Monochromatic Colors of #AC91BA
Black with #AC91BA
Text Example
Text Example
White with #AC91BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC91BA; }
p { color: rgb(172,145,186); }
H1.HeaderClassName
{
color: #AC91BA;
}
.AnyTagClassName
{
color: #AC91BA;
}
</style>
background-color css
<style>
a { background-color: #AC91BA; }
a { background-color: rgb(172,145,186); }
div.DivClassName
{
background-color: #AC91BA;
}
.BgClassName
{
background-color: #AC91BA;
}
</style>
border-color css
<style>
span { border-color: #AC91BA; }
span { border-color: rgb(172,145,186); }
td.TdClassName
{
border-color: #AC91BA;
}
.TagClassName
{
border-color: #AC91BA;
}
</style>