#AAADB5

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

Shades of Mischka #AAADB5

Tints of Mischka #AAADB5

Color information

#AAADB5 (or 0xAAADB5) is unknown color: approx Mischka. HEX triplet: AA, AD and B5. RGB value is (170,173,181). Sum of RGB (Red+Green+Blue) = 170+173+181=524 (69% of max value = 765). Red value is 170 (66.80% from 255 or 32.44% from 524); Green value is 173 (67.97% from 255 or 33.02% from 524); Blue value is 181 (71.09% from 255 or 34.54% from 524); Max value from RGB is 181 - color contains mainly: blue. Hex color #AAADB5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AAADB5 is #55524A. Grayscale: #ACACAC. Windows color (decimal): -5591627 or 11906474. OLE color: 11906474.

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

Color convert

RGB170173181-
CMYK0.060.0400.29
HSL223.64º6.92%68.82%-
HSV(B)223.64º6.08%70.98%-
XYZ39.8641.7749.68-
YUV173.02132.51125.85-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 32.44%
GREEN value IS 173 (67.97% from 255) = 33.02%
BLUE value IS 181 (71.09% from 255) = 34.54%
R=32.44%
G=33.02%
B=34.54%

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
Decimal1701731810.060.0400.29223.646.9268.82
HexAAADB56401De0745
Octal252255265640353407105
Binary101010101010110110110101110100011101111000001111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAADB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAADB5; }

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

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

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

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

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

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

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

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