#A9ABAF

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

Shades of Mischka #A9ABAF

Tints of Mischka #A9ABAF

Color information

#A9ABAF (or 0xA9ABAF) is unknown color: approx Mischka. HEX triplet: A9, AB and AF. RGB value is (169,171,175). Sum of RGB (Red+Green+Blue) = 169+171+175=515 (68% of max value = 765). Red value is 169 (66.41% from 255 or 32.82% from 515); Green value is 171 (67.19% from 255 or 33.20% from 515); Blue value is 175 (68.75% from 255 or 33.98% from 515); Max value from RGB is 175 - color contains mainly: blue. Hex color #A9ABAF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A9ABAF is #565450. Grayscale: #AAAAAA. Windows color (decimal): -5657681 or 11512745. OLE color: 11512745.

HSL color Cylindrical-coordinate representation of color #A9ABAF: hue angle of 220º degrees, saturation: 0.04, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #A9ABAF is Cyan = 0.03, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB169171175-
CMYK0.030.0200.31
HSL220º3.61%67.45%-
HSV(B)220º3.43%68.63%-
XYZ38.6640.6646.37-
YUV170.86130.34126.67-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 32.82%
GREEN value IS 171 (67.19% from 255) = 33.20%
BLUE value IS 175 (68.75% from 255) = 33.98%
R=32.82%
G=33.20%
B=33.98%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1691711750.030.0200.312203.6167.45
HexA9ABAF3201Fdc443
Octal251253257320373344103
Binary1010100110101011101011111110011111110111001001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9ABAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9ABAF; }

 p { color: rgb(169,171,175); }

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

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

 a { background-color: rgb(169,171,175); }

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

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

 span { border-color: rgb(169,171,175); }

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