#A9AAB4

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

Shades of Mischka #A9AAB4

Tints of Mischka #A9AAB4

Color information

#A9AAB4 (or 0xA9AAB4) is unknown color: approx Mischka. HEX triplet: A9, AA and B4. RGB value is (169,170,180). Sum of RGB (Red+Green+Blue) = 169+170+180=519 (68% of max value = 765). Red value is 169 (66.41% from 255 or 32.56% from 519); Green value is 170 (66.80% from 255 or 32.76% from 519); Blue value is 180 (70.70% from 255 or 34.68% from 519); Max value from RGB is 180 - color contains mainly: blue. Hex color #A9AAB4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A9AAB4 is #56554B. Grayscale: #AAAAAA. Windows color (decimal): -5657932 or 11840169. OLE color: 11840169.

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

Color convert

RGB169170180-
CMYK0.060.0600.29
HSL234.55º6.83%68.43%-
HSV(B)234.55º6.11%70.59%-
XYZ38.9840.4848.94-
YUV170.84133.17126.69-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 32.56%
GREEN value IS 170 (66.80% from 255) = 32.76%
BLUE value IS 180 (70.70% from 255) = 34.68%
R=32.56%
G=32.76%
B=34.68%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1691701800.060.0600.29234.556.8368.43
HexA9AAB46601Deb744
Octal251252264660353537104
Binary101010011010101010110100110110011101111010111111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9AAB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9AAB4; }

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

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

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

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

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

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

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

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