Shades of East Side #A299AB
Tints of East Side #A299AB
RGB
CMYK
RGB Variations
Color information
#A299AB (or 0xA299AB) is known color: East Side. HEX triplet: A2, 99 and AB. RGB value is (162,153,171). Sum of RGB (Red+Green+Blue) = 162+153+171=486 (64% of max value = 765). Red value is 162 (63.67% from 255 or 33.33% from 486); Green value is 153 (60.16% from 255 or 31.48% from 486); Blue value is 171 (67.19% from 255 or 35.19% from 486); Max value from RGB is 171 - color contains mainly: blue. Hex color #A299AB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A299AB is #5D6654. Grayscale: #9D9D9D. Windows color (decimal): -6121045 or 11245986. OLE color: 11245986.
HSL color Cylindrical-coordinate representation of color #A299AB: hue angle of 270º 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 #A299AB is Cyan = 0.05, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 162 | 153 | 171 | - |
| CMYK | 0.05 | 0.11 | 0 | 0.33 |
| HSL | 270º | 0.1% | 0.64% | - |
| HSV(B) | 270º | 0.11% | 0.67% | - |
| XYZ | 33.64 | 33.4 | 43.2 | - |
| YUV | 157.74 | 135.48 | 131.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 153 | 171 | 0.05 | 0.11 | 0 | 0.33 | 270 | 0.1 | 0.64 |
| Hex | A2 | 99 | AB | 5 | B | 0 | 21 | 10E | A | 40 |
| Octal | 242 | 231 | 253 | 5 | 13 | 0 | 41 | 416 | 12 | 100 |
| Binary | 10100010 | 10011001 | 10101011 | 101 | 1011 | 0 | 100001 | 100001110 | 1010 | 1000000 |
Color Harmonies of #A299AB
Complementary color
Monochromatic Colors of #A299AB
Black with #A299AB
Text Example
Text Example
White with #A299AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A299AB; }
p { color: rgb(162,153,171); }
H1.HeaderClassName
{
color: #A299AB;
}
.AnyTagClassName
{
color: #A299AB;
}
</style>
background-color css
<style>
a { background-color: #A299AB; }
a { background-color: rgb(162,153,171); }
div.DivClassName
{
background-color: #A299AB;
}
.BgClassName
{
background-color: #A299AB;
}
</style>
border-color css
<style>
span { border-color: #A299AB; }
span { border-color: rgb(162,153,171); }
td.TdClassName
{
border-color: #A299AB;
}
.TagClassName
{
border-color: #A299AB;
}
</style>