#AAAEBB

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

Shades of Mischka #AAAEBB

Tints of Mischka #AAAEBB

Color information

#AAAEBB (or 0xAAAEBB) is unknown color: approx Mischka. HEX triplet: AA, AE and BB. RGB value is (170,174,187). Sum of RGB (Red+Green+Blue) = 170+174+187=531 (70% of max value = 765). Red value is 170 (66.80% from 255 or 32.02% from 531); Green value is 174 (68.36% from 255 or 32.77% from 531); Blue value is 187 (73.44% from 255 or 35.22% from 531); Max value from RGB is 187 - color contains mainly: blue. Hex color #AAAEBB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AAAEBB is #555144. Grayscale: #AEAEAE. Windows color (decimal): -5591365 or 12299946. OLE color: 12299946.

HSL color Cylindrical-coordinate representation of color #AAAEBB: hue angle of 225.88º 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 #AAAEBB is Cyan = 0.09, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB170174187-
CMYK0.090.0700.27
HSL225.88º11.11%70%-
HSV(B)225.88º9.09%73.33%-
XYZ40.6842.4153.05-
YUV174.29135.17124.94-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 32.02%
GREEN value IS 174 (68.36% from 255) = 32.77%
BLUE value IS 187 (73.44% from 255) = 35.22%
R=32.02%
G=32.77%
B=35.22%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1701741870.090.0700.27225.8811.1170
HexAAAEBB9701Be2b46
Octal25225627311703334213106
Binary10101010101011101011101110011110110111110001010111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAAEBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAAEBB; }

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

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

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

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

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

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

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

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