Shades of Logan #AAABBB
Tints of Logan #AAABBB
RGB
CMYK
RGB Variations
Color information
#AAABBB (or 0xAAABBB) is known color: Logan. HEX triplet: AA, AB and BB. RGB value is (170,171,187). Sum of RGB (Red+Green+Blue) = 170+171+187=528 (69% of max value = 765). Red value is 170 (66.80% from 255 or 32.20% from 528); Green value is 171 (67.19% from 255 or 32.39% from 528); Blue value is 187 (73.44% from 255 or 35.42% from 528); Max value from RGB is 187 - color contains mainly: blue. Hex color #AAABBB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AAABBB is #555444. Grayscale: #ACACAC. Windows color (decimal): -5592133 or 12299178. OLE color: 12299178.
HSL color Cylindrical-coordinate representation of color #AAABBB: hue angle of 236.47º degrees, saturation: 0.11, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #AAABBB is Cyan = 0.09, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 170 | 171 | 187 | - |
| CMYK | 0.09 | 0.09 | 0 | 0.27 |
| HSL | 236.47º | 0.11% | 0.7% | - |
| HSV(B) | 236.47º | 0.09% | 0.73% | - |
| XYZ | 40.11 | 41.26 | 52.86 | - |
| YUV | 172.53 | 136.17 | 126.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 171 | 187 | 0.09 | 0.09 | 0 | 0.27 | 236.47 | 0.11 | 0.7 |
| Hex | AA | AB | BB | 9 | 9 | 0 | 1B | EC | B | 46 |
| Octal | 252 | 253 | 273 | 11 | 11 | 0 | 33 | 354 | 13 | 106 |
| Binary | 10101010 | 10101011 | 10111011 | 1001 | 1001 | 0 | 11011 | 11101100 | 1011 | 1000110 |
Color Harmonies of #AAABBB
Complementary color
Monochromatic Colors of #AAABBB
Black with #AAABBB
Text Example
Text Example
White with #AAABBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAABBB; }
p { color: rgb(170,171,187); }
H1.HeaderClassName
{
color: #AAABBB;
}
.AnyTagClassName
{
color: #AAABBB;
}
</style>
background-color css
<style>
a { background-color: #AAABBB; }
a { background-color: rgb(170,171,187); }
div.DivClassName
{
background-color: #AAABBB;
}
.BgClassName
{
background-color: #AAABBB;
}
</style>
border-color css
<style>
span { border-color: #AAABBB; }
span { border-color: rgb(170,171,187); }
td.TdClassName
{
border-color: #AAABBB;
}
.TagClassName
{
border-color: #AAABBB;
}
</style>