Shades of East Side #A29BAA
Tints of East Side #A29BAA
RGB
CMYK
RGB Variations
Color information
#A29BAA (or 0xA29BAA) is known color: East Side. HEX triplet: A2, 9B and AA. RGB value is (162,155,170). Sum of RGB (Red+Green+Blue) = 162+155+170=487 (64% of max value = 765). Red value is 162 (63.67% from 255 or 33.26% from 487); Green value is 155 (60.94% from 255 or 31.83% from 487); Blue value is 170 (66.80% from 255 or 34.91% from 487); Max value from RGB is 170 - color contains mainly: blue. Hex color #A29BAA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A29BAA is #5D6455. Grayscale: #9E9E9E. Windows color (decimal): -6120534 or 11180962. OLE color: 11180962.
HSL color Cylindrical-coordinate representation of color #A29BAA: hue angle of 268º degrees, saturation: 0.08, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #A29BAA is Cyan = 0.05, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 162 | 155 | 170 | - |
| CMYK | 0.05 | 0.09 | 0 | 0.33 |
| HSL | 268º | 0.08% | 0.64% | - |
| HSV(B) | 268º | 0.09% | 0.67% | - |
| XYZ | 33.88 | 34.03 | 42.81 | - |
| YUV | 158.8 | 134.32 | 130.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 155 | 170 | 0.05 | 0.09 | 0 | 0.33 | 268 | 0.08 | 0.64 |
| Hex | A2 | 9B | AA | 5 | 9 | 0 | 21 | 10C | 8 | 40 |
| Octal | 242 | 233 | 252 | 5 | 11 | 0 | 41 | 414 | 10 | 100 |
| Binary | 10100010 | 10011011 | 10101010 | 101 | 1001 | 0 | 100001 | 100001100 | 1000 | 1000000 |
Color Harmonies of #A29BAA
Complementary color
Monochromatic Colors of #A29BAA
Black with #A29BAA
Text Example
Text Example
White with #A29BAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A29BAA; }
p { color: rgb(162,155,170); }
H1.HeaderClassName
{
color: #A29BAA;
}
.AnyTagClassName
{
color: #A29BAA;
}
</style>
background-color css
<style>
a { background-color: #A29BAA; }
a { background-color: rgb(162,155,170); }
div.DivClassName
{
background-color: #A29BAA;
}
.BgClassName
{
background-color: #A29BAA;
}
</style>
border-color css
<style>
span { border-color: #A29BAA; }
span { border-color: rgb(162,155,170); }
td.TdClassName
{
border-color: #A29BAA;
}
.TagClassName
{
border-color: #A29BAA;
}
</style>