#A9AEB6

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

Shades of Mischka #A9AEB6

Tints of Mischka #A9AEB6

Color information

#A9AEB6 (or 0xA9AEB6) is unknown color: approx Mischka. HEX triplet: A9, AE and B6. RGB value is (169,174,182). Sum of RGB (Red+Green+Blue) = 169+174+182=525 (69% of max value = 765). Red value is 169 (66.41% from 255 or 32.19% from 525); Green value is 174 (68.36% from 255 or 33.14% from 525); Blue value is 182 (71.48% from 255 or 34.67% from 525); Max value from RGB is 182 - color contains mainly: blue. Hex color #A9AEB6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A9AEB6 is #565149. Grayscale: #ADADAD. Windows color (decimal): -5656906 or 11972265. OLE color: 11972265.

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

Color convert

RGB169174182-
CMYK0.070.0400.29
HSL216.92º8.18%68.82%-
HSV(B)216.92º7.14%71.37%-
XYZ39.9442.0850.27-
YUV173.42132.84124.85-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 32.19%
GREEN value IS 174 (68.36% from 255) = 33.14%
BLUE value IS 182 (71.48% from 255) = 34.67%
R=32.19%
G=33.14%
B=34.67%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1691741820.070.0400.29216.928.1868.82
HexA9AEB67401Dd9845
Octal2512562667403533110105
Binary1010100110101110101101101111000111011101100110001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9AEB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9AEB6; }

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

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

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

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

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

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

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

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