#A9AEBA

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

Shades of Mischka #A9AEBA

Tints of Mischka #A9AEBA

Color information

#A9AEBA (or 0xA9AEBA) is unknown color: approx Mischka. HEX triplet: A9, AE and BA. RGB value is (169,174,186). Sum of RGB (Red+Green+Blue) = 169+174+186=529 (70% of max value = 765). Red value is 169 (66.41% from 255 or 31.95% from 529); Green value is 174 (68.36% from 255 or 32.89% from 529); Blue value is 186 (73.05% from 255 or 35.16% from 529); Max value from RGB is 186 - color contains mainly: blue. Hex color #A9AEBA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A9AEBA is #565145. Grayscale: #ADADAD. Windows color (decimal): -5656902 or 12234409. OLE color: 12234409.

HSL color Cylindrical-coordinate representation of color #A9AEBA: hue angle of 222.35º degrees, saturation: 0.11, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #A9AEBA is Cyan = 0.09, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB169174186-
CMYK0.090.0600.27
HSL222.35º10.97%69.61%-
HSV(B)222.35º9.14%72.94%-
XYZ40.3642.2552.48-
YUV173.87134.84124.52-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 31.95%
GREEN value IS 174 (68.36% from 255) = 32.89%
BLUE value IS 186 (73.05% from 255) = 35.16%
R=31.95%
G=32.89%
B=35.16%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1691741860.090.0600.27222.3510.9769.61
HexA9AEBA9601Bdeb46
Octal25125627211603333613106
Binary10101001101011101011101010011100110111101111010111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9AEBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9AEBA; }

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

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

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

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

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

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

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

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