#AAAEB6

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

Shades of Mischka #AAAEB6

Tints of Mischka #AAAEB6

Color information

#AAAEB6 (or 0xAAAEB6) is unknown color: approx Mischka. HEX triplet: AA, AE and B6. RGB value is (170,174,182). Sum of RGB (Red+Green+Blue) = 170+174+182=526 (69% of max value = 765). Red value is 170 (66.80% from 255 or 32.32% from 526); Green value is 174 (68.36% from 255 or 33.08% from 526); Blue value is 182 (71.48% from 255 or 34.60% from 526); Max value from RGB is 182 - color contains mainly: blue. Hex color #AAAEB6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AAAEB6 is #555149. Grayscale: #ADADAD. Windows color (decimal): -5591370 or 11972266. OLE color: 11972266.

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

Color convert

RGB170174182-
CMYK0.070.0400.29
HSL220º7.59%69.02%-
HSV(B)220º6.59%71.37%-
XYZ40.1642.250.28-
YUV173.72132.67125.35-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 32.32%
GREEN value IS 174 (68.36% from 255) = 33.08%
BLUE value IS 182 (71.48% from 255) = 34.60%
R=32.32%
G=33.08%
B=34.60%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1701741820.070.0400.292207.5969.02
HexAAAEB67401Ddc845
Octal2522562667403533410105
Binary1010101010101110101101101111000111011101110010001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAAEB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAAEB6; }

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

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

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

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

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

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

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

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