Shades of East Side #AC96B7
Tints of East Side #AC96B7
RGB
CMYK
RGB Variations
Color information
#AC96B7 (or 0xAC96B7) is known color: East Side. HEX triplet: AC, 96 and B7. RGB value is (172,150,183). Sum of RGB (Red+Green+Blue) = 172+150+183=505 (66% of max value = 765). Red value is 172 (67.58% from 255 or 34.06% from 505); Green value is 150 (58.98% from 255 or 29.70% from 505); Blue value is 183 (71.88% from 255 or 36.24% from 505); Max value from RGB is 183 - color contains mainly: blue. Hex color #AC96B7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AC96B7 is #536948. Grayscale: #A0A0A0. Windows color (decimal): -5466441 or 12031660. OLE color: 12031660.
HSL color Cylindrical-coordinate representation of color #AC96B7: hue angle of 280º degrees, saturation: 0.19, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #AC96B7 is Cyan = 0.06, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
RGB | 172 | 150 | 183 | - |
CMYK | 0.06 | 0.18 | 0 | 0.28 |
HSL | 280º | 0.19% | 0.65% | - |
HSV(B) | 280º | 0.18% | 0.72% | - |
XYZ | 36.47 | 34 | 49.44 | - |
YUV | 160.34 | 140.79 | 136.32 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 172 | 150 | 183 | 0.06 | 0.18 | 0 | 0.28 | 280 | 0.19 | 0.65 |
Hex | AC | 96 | B7 | 6 | 12 | 0 | 1C | 118 | 13 | 41 |
Octal | 254 | 226 | 267 | 6 | 22 | 0 | 34 | 430 | 23 | 101 |
Binary | 10101100 | 10010110 | 10110111 | 110 | 10010 | 0 | 11100 | 100011000 | 10011 | 1000001 |
Color Harmonies of #AC96B7
Complementary color
Monochromatic Colors of #AC96B7
Black with #AC96B7
Text Example
Text Example
White with #AC96B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC96B7; }
p { color: rgb(172,150,183); }
H1.HeaderClassName
{
color: #AC96B7;
}
.AnyTagClassName
{
color: #AC96B7;
}
</style>
background-color css
<style>
a { background-color: #AC96B7; }
a { background-color: rgb(172,150,183); }
div.DivClassName
{
background-color: #AC96B7;
}
.BgClassName
{
background-color: #AC96B7;
}
</style>
border-color css
<style>
span { border-color: #AC96B7; }
span { border-color: rgb(172,150,183); }
td.TdClassName
{
border-color: #AC96B7;
}
.TagClassName
{
border-color: #AC96B7;
}
</style>