#A5AAB4

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

Shades of Mischka #A5AAB4

Tints of Mischka #A5AAB4

Color information

#A5AAB4 (or 0xA5AAB4) is unknown color: approx Mischka. HEX triplet: A5, AA and B4. RGB value is (165,170,180). Sum of RGB (Red+Green+Blue) = 165+170+180=515 (68% of max value = 765). Red value is 165 (64.84% from 255 or 32.04% from 515); Green value is 170 (66.80% from 255 or 33.01% from 515); Blue value is 180 (70.70% from 255 or 34.95% from 515); Max value from RGB is 180 - color contains mainly: blue. Hex color #A5AAB4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A5AAB4 is #5A554B. Grayscale: #A9A9A9. Windows color (decimal): -5920076 or 11840165. OLE color: 11840165.

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

Color convert

RGB165170180-
CMYK0.080.0600.29
HSL220º9.09%67.65%-
HSV(B)220º8.33%70.59%-
XYZ38.1340.0448.9-
YUV169.64133.84124.69-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 32.04%
GREEN value IS 170 (66.80% from 255) = 33.01%
BLUE value IS 180 (70.70% from 255) = 34.95%
R=32.04%
G=33.01%
B=34.95%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1651701800.080.0600.292209.0967.65
HexA5AAB48601Ddc944
Octal24525226410603533411104
Binary10100101101010101011010010001100111011101110010011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5AAB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5AAB4; }

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

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

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

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

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

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

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

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