#AAAEB4

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

Shades of Mischka #AAAEB4

Tints of Mischka #AAAEB4

Color information

#AAAEB4 (or 0xAAAEB4) is unknown color: approx Mischka. HEX triplet: AA, AE and B4. RGB value is (170,174,180). Sum of RGB (Red+Green+Blue) = 170+174+180=524 (69% of max value = 765). Red value is 170 (66.80% from 255 or 32.44% from 524); Green value is 174 (68.36% from 255 or 33.21% from 524); Blue value is 180 (70.70% from 255 or 34.35% from 524); Max value from RGB is 180 - color contains mainly: blue. Hex color #AAAEB4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AAAEB4 is #55514B. Grayscale: #ADADAD. Windows color (decimal): -5591372 or 11841194. OLE color: 11841194.

HSL color Cylindrical-coordinate representation of color #AAAEB4: hue angle of 216º degrees, saturation: 0.06, 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 #AAAEB4 is Cyan = 0.06, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB170174180-
CMYK0.060.0300.29
HSL216º6.25%68.63%-
HSV(B)216º5.56%70.59%-
XYZ39.9542.1149.2-
YUV173.49131.67125.51-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 32.44%
GREEN value IS 174 (68.36% from 255) = 33.21%
BLUE value IS 180 (70.70% from 255) = 34.35%
R=32.44%
G=33.21%
B=34.35%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1701741800.060.0300.292166.2568.63
HexAAAEB46301Dd8645
Octal252256264630353306105
Binary10101010101011101011010011011011101110110001101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAAEB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAAEB4; }

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

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

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

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

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

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

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

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