#A9AEB3

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

Shades of Mischka #A9AEB3

Tints of Mischka #A9AEB3

Color information

#A9AEB3 (or 0xA9AEB3) is unknown color: approx Mischka. HEX triplet: A9, AE and B3. RGB value is (169,174,179). Sum of RGB (Red+Green+Blue) = 169+174+179=522 (69% of max value = 765). Red value is 169 (66.41% from 255 or 32.38% from 522); Green value is 174 (68.36% from 255 or 33.33% from 522); Blue value is 179 (70.31% from 255 or 34.29% from 522); Max value from RGB is 179 - color contains mainly: blue. Hex color #A9AEB3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A9AEB3 is #56514C. Grayscale: #ADADAD. Windows color (decimal): -5656909 or 11775657. OLE color: 11775657.

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

Color convert

RGB169174179-
CMYK0.060.0300.30
HSL210º6.17%68.24%-
HSV(B)210º5.59%70.2%-
XYZ39.6341.9648.66-
YUV173.08131.34125.09-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 32.38%
GREEN value IS 174 (68.36% from 255) = 33.33%
BLUE value IS 179 (70.31% from 255) = 34.29%
R=32.38%
G=33.33%
B=34.29%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1691741790.060.0300.302106.1768.24
HexA9AEB36301Ed2644
Octal251256263630363226104
Binary10101001101011101011001111011011110110100101101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9AEB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9AEB3; }

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

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

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

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

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

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

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

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