Shades of East Side #AC9CB8
Tints of East Side #AC9CB8
RGB
CMYK
RGB Variations
Color information
#AC9CB8 (or 0xAC9CB8) is known color: East Side. HEX triplet: AC, 9C and B8. RGB value is (172,156,184). Sum of RGB (Red+Green+Blue) = 172+156+184=512 (67% of max value = 765). Red value is 172 (67.58% from 255 or 33.59% from 512); Green value is 156 (61.33% from 255 or 30.47% from 512); Blue value is 184 (72.27% from 255 or 35.94% from 512); Max value from RGB is 184 - color contains mainly: blue. Hex color #AC9CB8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AC9CB8 is #536347. Grayscale: #A3A3A3. Windows color (decimal): -5464904 or 12098732. OLE color: 12098732.
HSL color Cylindrical-coordinate representation of color #AC9CB8: hue angle of 274.29º degrees, saturation: 0.16, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #AC9CB8 is Cyan = 0.07, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 172 | 156 | 184 | - |
| CMYK | 0.07 | 0.15 | 0 | 0.28 |
| HSL | 274.29º | 0.16% | 0.67% | - |
| HSV(B) | 274.29º | 0.15% | 0.72% | - |
| XYZ | 37.55 | 36.01 | 50.32 | - |
| YUV | 163.98 | 139.3 | 133.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 156 | 184 | 0.07 | 0.15 | 0 | 0.28 | 274.29 | 0.16 | 0.67 |
| Hex | AC | 9C | B8 | 7 | F | 0 | 1C | 112 | 10 | 43 |
| Octal | 254 | 234 | 270 | 7 | 17 | 0 | 34 | 422 | 20 | 103 |
| Binary | 10101100 | 10011100 | 10111000 | 111 | 1111 | 0 | 11100 | 100010010 | 10000 | 1000011 |
Color Harmonies of #AC9CB8
Complementary color
Monochromatic Colors of #AC9CB8
Black with #AC9CB8
Text Example
Text Example
White with #AC9CB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC9CB8; }
p { color: rgb(172,156,184); }
H1.HeaderClassName
{
color: #AC9CB8;
}
.AnyTagClassName
{
color: #AC9CB8;
}
</style>
background-color css
<style>
a { background-color: #AC9CB8; }
a { background-color: rgb(172,156,184); }
div.DivClassName
{
background-color: #AC9CB8;
}
.BgClassName
{
background-color: #AC9CB8;
}
</style>
border-color css
<style>
span { border-color: #AC9CB8; }
span { border-color: rgb(172,156,184); }
td.TdClassName
{
border-color: #AC9CB8;
}
.TagClassName
{
border-color: #AC9CB8;
}
</style>