Shades of East Side #A29BA9
Tints of East Side #A29BA9
RGB
CMYK
RGB Variations
Color information
#A29BA9 (or 0xA29BA9) is known color: East Side. HEX triplet: A2, 9B and A9. RGB value is (162,155,169). Sum of RGB (Red+Green+Blue) = 162+155+169=486 (64% of max value = 765). Red value is 162 (63.67% from 255 or 33.33% from 486); Green value is 155 (60.94% from 255 or 31.89% from 486); Blue value is 169 (66.41% from 255 or 34.77% from 486); Max value from RGB is 169 - color contains mainly: blue. Hex color #A29BA9 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A29BA9 is #5D6456. Grayscale: #9E9E9E. Windows color (decimal): -6120535 or 11115426. OLE color: 11115426.
HSL color Cylindrical-coordinate representation of color #A29BA9: hue angle of 270º degrees, saturation: 0.08, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #A29BA9 is Cyan = 0.04, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 162 | 155 | 169 | - |
| CMYK | 0.04 | 0.08 | 0 | 0.34 |
| HSL | 270º | 0.08% | 0.64% | - |
| HSV(B) | 270º | 0.08% | 0.66% | - |
| XYZ | 33.78 | 33.99 | 42.32 | - |
| YUV | 158.69 | 133.82 | 130.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 155 | 169 | 0.04 | 0.08 | 0 | 0.34 | 270 | 0.08 | 0.64 |
| Hex | A2 | 9B | A9 | 4 | 8 | 0 | 22 | 10E | 8 | 40 |
| Octal | 242 | 233 | 251 | 4 | 10 | 0 | 42 | 416 | 10 | 100 |
| Binary | 10100010 | 10011011 | 10101001 | 100 | 1000 | 0 | 100010 | 100001110 | 1000 | 1000000 |
Color Harmonies of #A29BA9
Complementary color
Monochromatic Colors of #A29BA9
Black with #A29BA9
Text Example
Text Example
White with #A29BA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A29BA9; }
p { color: rgb(162,155,169); }
H1.HeaderClassName
{
color: #A29BA9;
}
.AnyTagClassName
{
color: #A29BA9;
}
</style>
background-color css
<style>
a { background-color: #A29BA9; }
a { background-color: rgb(162,155,169); }
div.DivClassName
{
background-color: #A29BA9;
}
.BgClassName
{
background-color: #A29BA9;
}
</style>
border-color css
<style>
span { border-color: #A29BA9; }
span { border-color: rgb(162,155,169); }
td.TdClassName
{
border-color: #A29BA9;
}
.TagClassName
{
border-color: #A29BA9;
}
</style>