Shades of East Side #AC92BA
Tints of East Side #AC92BA
RGB
CMYK
RGB Variations
Color information
#AC92BA (or 0xAC92BA) is known color: East Side. HEX triplet: AC, 92 and BA. RGB value is (172,146,186). Sum of RGB (Red+Green+Blue) = 172+146+186=504 (66% of max value = 765). Red value is 172 (67.58% from 255 or 34.13% from 504); Green value is 146 (57.42% from 255 or 28.97% from 504); Blue value is 186 (73.05% from 255 or 36.90% from 504); Max value from RGB is 186 - color contains mainly: blue. Hex color #AC92BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AC92BA is #536D45. Grayscale: #9E9E9E. Windows color (decimal): -5467462 or 12227244. OLE color: 12227244.
HSL color Cylindrical-coordinate representation of color #AC92BA: hue angle of 279º degrees, saturation: 0.22, 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 #AC92BA is Cyan = 0.08, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 172 | 146 | 186 | - |
| CMYK | 0.08 | 0.22 | 0 | 0.27 |
| HSL | 279º | 0.22% | 0.65% | - |
| HSV(B) | 279º | 0.22% | 0.73% | - |
| XYZ | 36.16 | 32.87 | 50.89 | - |
| YUV | 158.33 | 143.61 | 137.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 146 | 186 | 0.08 | 0.22 | 0 | 0.27 | 279 | 0.22 | 0.65 |
| Hex | AC | 92 | BA | 8 | 16 | 0 | 1B | 117 | 16 | 41 |
| Octal | 254 | 222 | 272 | 10 | 26 | 0 | 33 | 427 | 26 | 101 |
| Binary | 10101100 | 10010010 | 10111010 | 1000 | 10110 | 0 | 11011 | 100010111 | 10110 | 1000001 |
Color Harmonies of #AC92BA
Complementary color
Monochromatic Colors of #AC92BA
Black with #AC92BA
Text Example
Text Example
White with #AC92BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC92BA; }
p { color: rgb(172,146,186); }
H1.HeaderClassName
{
color: #AC92BA;
}
.AnyTagClassName
{
color: #AC92BA;
}
</style>
background-color css
<style>
a { background-color: #AC92BA; }
a { background-color: rgb(172,146,186); }
div.DivClassName
{
background-color: #AC92BA;
}
.BgClassName
{
background-color: #AC92BA;
}
</style>
border-color css
<style>
span { border-color: #AC92BA; }
span { border-color: rgb(172,146,186); }
td.TdClassName
{
border-color: #AC92BA;
}
.TagClassName
{
border-color: #AC92BA;
}
</style>