Shades of East Side #AAA1B5
Tints of East Side #AAA1B5
RGB
CMYK
RGB Variations
Color information
#AAA1B5 (or 0xAAA1B5) is known color: East Side. HEX triplet: AA, A1 and B5. RGB value is (170,161,181). Sum of RGB (Red+Green+Blue) = 170+161+181=512 (67% of max value = 765). Red value is 170 (66.80% from 255 or 33.20% from 512); Green value is 161 (63.28% from 255 or 31.45% from 512); Blue value is 181 (71.09% from 255 or 35.35% from 512); Max value from RGB is 181 - color contains mainly: blue. Hex color #AAA1B5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AAA1B5 is #555E4A. Grayscale: #A5A5A5. Windows color (decimal): -5594699 or 11903402. OLE color: 11903402.
HSL color Cylindrical-coordinate representation of color #AAA1B5: hue angle of 267º degrees, saturation: 0.12, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #AAA1B5 is Cyan = 0.06, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
RGB | 170 | 161 | 181 | - |
CMYK | 0.06 | 0.11 | 0 | 0.29 |
HSL | 267º | 0.12% | 0.67% | - |
HSV(B) | 267º | 0.11% | 0.71% | - |
XYZ | 37.66 | 37.37 | 48.94 | - |
YUV | 165.97 | 136.48 | 130.87 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 170 | 161 | 181 | 0.06 | 0.11 | 0 | 0.29 | 267 | 0.12 | 0.67 |
Hex | AA | A1 | B5 | 6 | B | 0 | 1D | 10B | C | 43 |
Octal | 252 | 241 | 265 | 6 | 13 | 0 | 35 | 413 | 14 | 103 |
Binary | 10101010 | 10100001 | 10110101 | 110 | 1011 | 0 | 11101 | 100001011 | 1100 | 1000011 |
Color Harmonies of #AAA1B5
Complementary color
Monochromatic Colors of #AAA1B5
Black with #AAA1B5
Text Example
Text Example
White with #AAA1B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAA1B5; }
p { color: rgb(170,161,181); }
H1.HeaderClassName
{
color: #AAA1B5;
}
.AnyTagClassName
{
color: #AAA1B5;
}
</style>
background-color css
<style>
a { background-color: #AAA1B5; }
a { background-color: rgb(170,161,181); }
div.DivClassName
{
background-color: #AAA1B5;
}
.BgClassName
{
background-color: #AAA1B5;
}
</style>
border-color css
<style>
span { border-color: #AAA1B5; }
span { border-color: rgb(170,161,181); }
td.TdClassName
{
border-color: #AAA1B5;
}
.TagClassName
{
border-color: #AAA1B5;
}
</style>