#A9ABB3

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

Shades of Mischka #A9ABB3

Tints of Mischka #A9ABB3

Color information

#A9ABB3 (or 0xA9ABB3) is unknown color: approx Mischka. HEX triplet: A9, AB and B3. RGB value is (169,171,179). Sum of RGB (Red+Green+Blue) = 169+171+179=519 (68% of max value = 765). Red value is 169 (66.41% from 255 or 32.56% from 519); Green value is 171 (67.19% from 255 or 32.95% from 519); Blue value is 179 (70.31% from 255 or 34.49% from 519); Max value from RGB is 179 - color contains mainly: blue. Hex color #A9ABB3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A9ABB3 is #56544C. Grayscale: #ABABAB. Windows color (decimal): -5657677 or 11774889. OLE color: 11774889.

HSL color Cylindrical-coordinate representation of color #A9ABB3: hue angle of 228º 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 #A9ABB3 is Cyan = 0.06, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB169171179-
CMYK0.060.0400.30
HSL228º6.17%68.24%-
HSV(B)228º5.59%70.2%-
XYZ39.0640.8248.47-
YUV171.31132.34126.35-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 32.56%
GREEN value IS 171 (67.19% from 255) = 32.95%
BLUE value IS 179 (70.31% from 255) = 34.49%
R=32.56%
G=32.95%
B=34.49%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1691711790.060.0400.302286.1768.24
HexA9ABB36401Ee4644
Octal251253263640363446104
Binary101010011010101110110011110100011110111001001101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9ABB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9ABB3; }

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

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

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

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

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

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

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

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