Shades of Logan #AAAABB
Tints of Logan #AAAABB
RGB
CMYK
RGB Variations
Color information
#AAAABB (or 0xAAAABB) is known color: Logan. HEX triplet: AA, AA and BB. RGB value is (170,170,187). Sum of RGB (Red+Green+Blue) = 170+170+187=527 (69% of max value = 765). Red value is 170 (66.80% from 255 or 32.26% from 527); Green value is 170 (66.80% from 255 or 32.26% from 527); Blue value is 187 (73.44% from 255 or 35.48% from 527); Max value from RGB is 187 - color contains mainly: blue. Hex color #AAAABB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AAAABB is #555544. Grayscale: #ABABAB. Windows color (decimal): -5592389 or 12298922. OLE color: 12298922.
HSL color Cylindrical-coordinate representation of color #AAAABB: hue angle of 240º 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 #AAAABB is Cyan = 0.09, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
RGB | 170 | 170 | 187 | - |
CMYK | 0.09 | 0.09 | 0 | 0.27 |
HSL | 240º | 0.11% | 0.7% | - |
HSV(B) | 240º | 0.09% | 0.73% | - |
XYZ | 39.92 | 40.88 | 52.8 | - |
YUV | 171.94 | 136.5 | 126.62 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 170 | 170 | 187 | 0.09 | 0.09 | 0 | 0.27 | 240 | 0.11 | 0.7 |
Hex | AA | AA | BB | 9 | 9 | 0 | 1B | F0 | B | 46 |
Octal | 252 | 252 | 273 | 11 | 11 | 0 | 33 | 360 | 13 | 106 |
Binary | 10101010 | 10101010 | 10111011 | 1001 | 1001 | 0 | 11011 | 11110000 | 1011 | 1000110 |
Color Harmonies of #AAAABB
Complementary color
Monochromatic Colors of #AAAABB
Black with #AAAABB
Text Example
Text Example
White with #AAAABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAAABB; }
p { color: rgb(170,170,187); }
H1.HeaderClassName
{
color: #AAAABB;
}
.AnyTagClassName
{
color: #AAAABB;
}
</style>
background-color css
<style>
a { background-color: #AAAABB; }
a { background-color: rgb(170,170,187); }
div.DivClassName
{
background-color: #AAAABB;
}
.BgClassName
{
background-color: #AAAABB;
}
</style>
border-color css
<style>
span { border-color: #AAAABB; }
span { border-color: rgb(170,170,187); }
td.TdClassName
{
border-color: #AAAABB;
}
.TagClassName
{
border-color: #AAAABB;
}
</style>