#A9AEBB

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

Shades of Mischka #A9AEBB

Tints of Mischka #A9AEBB

Color information

#A9AEBB (or 0xA9AEBB) is unknown color: approx Mischka. HEX triplet: A9, AE and BB. RGB value is (169,174,187). Sum of RGB (Red+Green+Blue) = 169+174+187=530 (70% of max value = 765). Red value is 169 (66.41% from 255 or 31.89% from 530); Green value is 174 (68.36% from 255 or 32.83% from 530); Blue value is 187 (73.44% from 255 or 35.28% from 530); Max value from RGB is 187 - color contains mainly: blue. Hex color #A9AEBB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A9AEBB is #565144. Grayscale: #ADADAD. Windows color (decimal): -5656901 or 12299945. OLE color: 12299945.

HSL color Cylindrical-coordinate representation of color #A9AEBB: hue angle of 223.33º degrees, saturation: 0.12, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #A9AEBB is Cyan = 0.10, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB169174187-
CMYK0.100.0700.27
HSL223.33º11.69%69.8%-
HSV(B)223.33º9.63%73.33%-
XYZ40.4742.2953.04-
YUV173.99135.34124.44-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 31.89%
GREEN value IS 174 (68.36% from 255) = 32.83%
BLUE value IS 187 (73.44% from 255) = 35.28%
R=31.89%
G=32.83%
B=35.28%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1691741870.100.0700.27223.3311.6969.8
HexA9AEBBA701Bdfc46
Octal25125627312703333714106
Binary10101001101011101011101110101110110111101111111001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9AEBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9AEBB; }

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

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

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

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

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

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

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

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