Shades of East Side #A299AC
Tints of East Side #A299AC
RGB
CMYK
RGB Variations
Color information
#A299AC (or 0xA299AC) is known color: East Side. HEX triplet: A2, 99 and AC. RGB value is (162,153,172). Sum of RGB (Red+Green+Blue) = 162+153+172=487 (64% of max value = 765). Red value is 162 (63.67% from 255 or 33.26% from 487); Green value is 153 (60.16% from 255 or 31.42% from 487); Blue value is 172 (67.58% from 255 or 35.32% from 487); Max value from RGB is 172 - color contains mainly: blue. Hex color #A299AC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A299AC is #5D6653. Grayscale: #9D9D9D. Windows color (decimal): -6121044 or 11311522. OLE color: 11311522.
HSL color Cylindrical-coordinate representation of color #A299AC: hue angle of 268.42º degrees, saturation: 0.1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #A299AC is Cyan = 0.06, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 162 | 153 | 172 | - |
| CMYK | 0.06 | 0.11 | 0 | 0.33 |
| HSL | 268.42º | 0.1% | 0.64% | - |
| HSV(B) | 268.42º | 0.11% | 0.67% | - |
| XYZ | 33.74 | 33.44 | 43.71 | - |
| YUV | 157.86 | 135.98 | 130.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 153 | 172 | 0.06 | 0.11 | 0 | 0.33 | 268.42 | 0.1 | 0.64 |
| Hex | A2 | 99 | AC | 6 | B | 0 | 21 | 10C | A | 40 |
| Octal | 242 | 231 | 254 | 6 | 13 | 0 | 41 | 414 | 12 | 100 |
| Binary | 10100010 | 10011001 | 10101100 | 110 | 1011 | 0 | 100001 | 100001100 | 1010 | 1000000 |
Color Harmonies of #A299AC
Complementary color
Monochromatic Colors of #A299AC
Black with #A299AC
Text Example
Text Example
White with #A299AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A299AC; }
p { color: rgb(162,153,172); }
H1.HeaderClassName
{
color: #A299AC;
}
.AnyTagClassName
{
color: #A299AC;
}
</style>
background-color css
<style>
a { background-color: #A299AC; }
a { background-color: rgb(162,153,172); }
div.DivClassName
{
background-color: #A299AC;
}
.BgClassName
{
background-color: #A299AC;
}
</style>
border-color css
<style>
span { border-color: #A299AC; }
span { border-color: rgb(162,153,172); }
td.TdClassName
{
border-color: #A299AC;
}
.TagClassName
{
border-color: #A299AC;
}
</style>