Shades of East Side #A897AC
Tints of East Side #A897AC
RGB
CMYK
RGB Variations
Color information
#A897AC (or 0xA897AC) is known color: East Side. HEX triplet: A8, 97 and AC. RGB value is (168,151,172). Sum of RGB (Red+Green+Blue) = 168+151+172=491 (65% of max value = 765). Red value is 168 (66.02% from 255 or 34.22% from 491); Green value is 151 (59.38% from 255 or 30.75% from 491); Blue value is 172 (67.58% from 255 or 35.03% from 491); Max value from RGB is 172 - color contains mainly: blue. Hex color #A897AC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A897AC is #576853. Grayscale: #9E9E9E. Windows color (decimal): -5728340 or 11311016. OLE color: 11311016.
HSL color Cylindrical-coordinate representation of color #A897AC: hue angle of 288.57º degrees, saturation: 0.11, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #A897AC is Cyan = 0.02, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 168 | 151 | 172 | - |
| CMYK | 0.02 | 0.12 | 0 | 0.33 |
| HSL | 288.57º | 0.11% | 0.63% | - |
| HSV(B) | 288.57º | 0.12% | 0.67% | - |
| XYZ | 34.66 | 33.44 | 43.66 | - |
| YUV | 158.48 | 135.63 | 134.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 151 | 172 | 0.02 | 0.12 | 0 | 0.33 | 288.57 | 0.11 | 0.63 |
| Hex | A8 | 97 | AC | 2 | C | 0 | 21 | 121 | B | 3F |
| Octal | 250 | 227 | 254 | 2 | 14 | 0 | 41 | 441 | 13 | 77 |
| Binary | 10101000 | 10010111 | 10101100 | 10 | 1100 | 0 | 100001 | 100100001 | 1011 | 111111 |
Color Harmonies of #A897AC
Complementary color
Monochromatic Colors of #A897AC
Black with #A897AC
Text Example
Text Example
White with #A897AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A897AC; }
p { color: rgb(168,151,172); }
H1.HeaderClassName
{
color: #A897AC;
}
.AnyTagClassName
{
color: #A897AC;
}
</style>
background-color css
<style>
a { background-color: #A897AC; }
a { background-color: rgb(168,151,172); }
div.DivClassName
{
background-color: #A897AC;
}
.BgClassName
{
background-color: #A897AC;
}
</style>
border-color css
<style>
span { border-color: #A897AC; }
span { border-color: rgb(168,151,172); }
td.TdClassName
{
border-color: #A897AC;
}
.TagClassName
{
border-color: #A897AC;
}
</style>