Shades of East Side #AC86B8
Tints of East Side #AC86B8
RGB
CMYK
RGB Variations
Color information
#AC86B8 (or 0xAC86B8) is known color: East Side. HEX triplet: AC, 86 and B8. RGB value is (172,134,184). Sum of RGB (Red+Green+Blue) = 172+134+184=490 (64% of max value = 765). Red value is 172 (67.58% from 255 or 35.10% from 490); Green value is 134 (52.73% from 255 or 27.35% from 490); Blue value is 184 (72.27% from 255 or 37.55% from 490); Max value from RGB is 184 - color contains mainly: blue. Hex color #AC86B8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AC86B8 is #537947. Grayscale: #969696. Windows color (decimal): -5470536 or 12093100. OLE color: 12093100.
HSL color Cylindrical-coordinate representation of color #AC86B8: hue angle of 285.6º degrees, saturation: 0.26, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #AC86B8 is Cyan = 0.07, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 172 | 134 | 184 | - |
| CMYK | 0.07 | 0.27 | 0 | 0.28 |
| HSL | 285.6º | 0.26% | 0.62% | - |
| HSV(B) | 285.6º | 0.27% | 0.72% | - |
| XYZ | 34.19 | 29.28 | 49.2 | - |
| YUV | 151.06 | 146.59 | 142.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 134 | 184 | 0.07 | 0.27 | 0 | 0.28 | 285.6 | 0.26 | 0.62 |
| Hex | AC | 86 | B8 | 7 | 1B | 0 | 1C | 11E | 1A | 3E |
| Octal | 254 | 206 | 270 | 7 | 33 | 0 | 34 | 436 | 32 | 76 |
| Binary | 10101100 | 10000110 | 10111000 | 111 | 11011 | 0 | 11100 | 100011110 | 11010 | 111110 |
Color Harmonies of #AC86B8
Complementary color
Monochromatic Colors of #AC86B8
Black with #AC86B8
Text Example
Text Example
White with #AC86B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC86B8; }
p { color: rgb(172,134,184); }
H1.HeaderClassName
{
color: #AC86B8;
}
.AnyTagClassName
{
color: #AC86B8;
}
</style>
background-color css
<style>
a { background-color: #AC86B8; }
a { background-color: rgb(172,134,184); }
div.DivClassName
{
background-color: #AC86B8;
}
.BgClassName
{
background-color: #AC86B8;
}
</style>
border-color css
<style>
span { border-color: #AC86B8; }
span { border-color: rgb(172,134,184); }
td.TdClassName
{
border-color: #AC86B8;
}
.TagClassName
{
border-color: #AC86B8;
}
</style>