#A5AAB5

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

Shades of Mischka #A5AAB5

Tints of Mischka #A5AAB5

Color information

#A5AAB5 (or 0xA5AAB5) is unknown color: approx Mischka. HEX triplet: A5, AA and B5. RGB value is (165,170,181). Sum of RGB (Red+Green+Blue) = 165+170+181=516 (68% of max value = 765). Red value is 165 (64.84% from 255 or 31.98% from 516); Green value is 170 (66.80% from 255 or 32.95% from 516); Blue value is 181 (71.09% from 255 or 35.08% from 516); Max value from RGB is 181 - color contains mainly: blue. Hex color #A5AAB5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A5AAB5 is #5A554A. Grayscale: #A9A9A9. Windows color (decimal): -5920075 or 11905701. OLE color: 11905701.

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

Color convert

RGB165170181-
CMYK0.090.0600.29
HSL221.25º9.76%67.84%-
HSV(B)221.25º8.84%70.98%-
XYZ38.2340.0849.44-
YUV169.76134.34124.61-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 31.98%
GREEN value IS 170 (66.80% from 255) = 32.95%
BLUE value IS 181 (71.09% from 255) = 35.08%
R=31.98%
G=32.95%
B=35.08%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1651701810.090.0600.29221.259.7667.84
HexA5AAB59601Ddda44
Octal24525226511603533512104
Binary10100101101010101011010110011100111011101110110101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5AAB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5AAB5; }

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

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

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

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

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

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

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

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