#AAAEB5

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

Shades of Mischka #AAAEB5

Tints of Mischka #AAAEB5

Color information

#AAAEB5 (or 0xAAAEB5) is unknown color: approx Mischka. HEX triplet: AA, AE and B5. RGB value is (170,174,181). Sum of RGB (Red+Green+Blue) = 170+174+181=525 (69% of max value = 765). Red value is 170 (66.80% from 255 or 32.38% from 525); Green value is 174 (68.36% from 255 or 33.14% from 525); Blue value is 181 (71.09% from 255 or 34.48% from 525); Max value from RGB is 181 - color contains mainly: blue. Hex color #AAAEB5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AAAEB5 is #55514A. Grayscale: #ADADAD. Windows color (decimal): -5591371 or 11906730. OLE color: 11906730.

HSL color Cylindrical-coordinate representation of color #AAAEB5: hue angle of 218.18º degrees, saturation: 0.07, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #AAAEB5 is Cyan = 0.06, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB170174181-
CMYK0.060.0400.29
HSL218.18º6.92%68.82%-
HSV(B)218.18º6.08%70.98%-
XYZ40.0542.1549.74-
YUV173.6132.17125.43-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 32.38%
GREEN value IS 174 (68.36% from 255) = 33.14%
BLUE value IS 181 (71.09% from 255) = 34.48%
R=32.38%
G=33.14%
B=34.48%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1701741810.060.0400.29218.186.9268.82
HexAAAEB56401Dda745
Octal252256265640353327105
Binary101010101010111010110101110100011101110110101111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAAEB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAAEB5; }

 p { color: rgb(170,174,181); }

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

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

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

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

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

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

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