#A9ABAE

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

Shades of Mischka #A9ABAE

Tints of Mischka #A9ABAE

Color information

#A9ABAE (or 0xA9ABAE) is unknown color: approx Mischka. HEX triplet: A9, AB and AE. RGB value is (169,171,174). Sum of RGB (Red+Green+Blue) = 169+171+174=514 (68% of max value = 765). Red value is 169 (66.41% from 255 or 32.88% from 514); Green value is 171 (67.19% from 255 or 33.27% from 514); Blue value is 174 (68.36% from 255 or 33.85% from 514); Max value from RGB is 174 - color contains mainly: blue. Hex color #A9ABAE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A9ABAE is #565451. Grayscale: #AAAAAA. Windows color (decimal): -5657682 or 11447209. OLE color: 11447209.

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

Color convert

RGB169171174-
CMYK0.030.0200.32
HSL216º2.99%67.25%-
HSV(B)216º2.87%68.24%-
XYZ38.5740.6245.85-
YUV170.74129.84126.76-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 32.88%
GREEN value IS 171 (67.19% from 255) = 33.27%
BLUE value IS 174 (68.36% from 255) = 33.85%
R=32.88%
G=33.27%
B=33.85%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1691711740.030.0200.322162.9967.25
HexA9ABAE32020d8343
Octal251253256320403303103
Binary1010100110101011101011101110010000011011000111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9ABAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9ABAE; }

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

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

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

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

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

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

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

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