Shades of East Side #AAA2B5
Tints of East Side #AAA2B5
RGB
CMYK
RGB Variations
Color information
#AAA2B5 (or 0xAAA2B5) is known color: East Side. HEX triplet: AA, A2 and B5. RGB value is (170,162,181). Sum of RGB (Red+Green+Blue) = 170+162+181=513 (67% of max value = 765). Red value is 170 (66.80% from 255 or 33.14% from 513); Green value is 162 (63.67% from 255 or 31.58% from 513); Blue value is 181 (71.09% from 255 or 35.28% from 513); Max value from RGB is 181 - color contains mainly: blue. Hex color #AAA2B5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AAA2B5 is #555D4A. Grayscale: #A6A6A6. Windows color (decimal): -5594443 or 11903658. OLE color: 11903658.
HSL color Cylindrical-coordinate representation of color #AAA2B5: hue angle of 265.26º degrees, saturation: 0.11, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #AAA2B5 is Cyan = 0.06, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
RGB | 170 | 162 | 181 | - |
CMYK | 0.06 | 0.10 | 0 | 0.29 |
HSL | 265.26º | 0.11% | 0.67% | - |
HSV(B) | 265.26º | 0.1% | 0.71% | - |
XYZ | 37.84 | 37.72 | 49 | - |
YUV | 166.56 | 136.15 | 130.46 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 170 | 162 | 181 | 0.06 | 0.10 | 0 | 0.29 | 265.26 | 0.11 | 0.67 |
Hex | AA | A2 | B5 | 6 | A | 0 | 1D | 109 | B | 43 |
Octal | 252 | 242 | 265 | 6 | 12 | 0 | 35 | 411 | 13 | 103 |
Binary | 10101010 | 10100010 | 10110101 | 110 | 1010 | 0 | 11101 | 100001001 | 1011 | 1000011 |
Color Harmonies of #AAA2B5
Complementary color
Monochromatic Colors of #AAA2B5
Black with #AAA2B5
Text Example
Text Example
White with #AAA2B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAA2B5; }
p { color: rgb(170,162,181); }
H1.HeaderClassName
{
color: #AAA2B5;
}
.AnyTagClassName
{
color: #AAA2B5;
}
</style>
background-color css
<style>
a { background-color: #AAA2B5; }
a { background-color: rgb(170,162,181); }
div.DivClassName
{
background-color: #AAA2B5;
}
.BgClassName
{
background-color: #AAA2B5;
}
</style>
border-color css
<style>
span { border-color: #AAA2B5; }
span { border-color: rgb(170,162,181); }
td.TdClassName
{
border-color: #AAA2B5;
}
.TagClassName
{
border-color: #AAA2B5;
}
</style>