#AAAABE

Color #AAAABE Logan (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Logan #AAAABE

Tints of Logan #AAAABE

Color information

#AAAABE (or 0xAAAABE) is unknown color: approx Logan. HEX triplet: AA, AA and BE. RGB value is (170,170,190). Sum of RGB (Red+Green+Blue) = 170+170+190=530 (70% of max value = 765). Red value is 170 (66.80% from 255 or 32.08% from 530); Green value is 170 (66.80% from 255 or 32.08% from 530); Blue value is 190 (74.61% from 255 or 35.85% from 530); Max value from RGB is 190 - color contains mainly: blue. Hex color #AAAABE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AAAABE is #555541. Grayscale: #ACACAC. Windows color (decimal): -5592386 or 12495530. OLE color: 12495530.

HSL color Cylindrical-coordinate representation of color #AAAABE: hue angle of 240º degrees, saturation: 0.13, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #AAAABE is Cyan = 0.11, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB170170190-
CMYK0.110.1100.25
HSL240º13.33%70.59%-
HSV(B)240º10.53%74.51%-
XYZ40.2541.0154.51-
YUV172.28138126.37-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 170 (66.80% from 255) = 32.08%
GREEN value IS 170 (66.80% from 255) = 32.08%
BLUE value IS 190 (74.61% from 255) = 35.85%
R=32.08%
G=32.08%
B=35.85%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1701701900.110.1100.2524013.3370.59
HexAAAABEBB019f0d47
Octal252252276131303136015107
Binary101010101010101010111110101110110110011111000011011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAAABE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAAABE; }

 p { color: rgb(170,170,190); }

 H1.HeaderClassName
 {
   color: #AAAABE;
 }
 .AnyTagClassName
 {
   color: #AAAABE;
 }
</style>
background-color css

<style>
 a { background-color: #AAAABE; }

 a { background-color: rgb(170,170,190); }

 div.DivClassName
 {
   background-color: #AAAABE;
 }
 .BgClassName
 {
   background-color: #AAAABE;
 }
</style>
border-color css

<style>
 span { border-color: #AAAABE; }

 span { border-color: rgb(170,170,190); }

 td.TdClassName
 {
   border-color: #AAAABE;
 }
 .TagClassName
 {
   border-color: #AAAABE;
 }
</style>