#A4AEBF

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

Shades of Mischka #A4AEBF

Tints of Mischka #A4AEBF

Color information

#A4AEBF (or 0xA4AEBF) is unknown color: approx Mischka. HEX triplet: A4, AE and BF. RGB value is (164,174,191). Sum of RGB (Red+Green+Blue) = 164+174+191=529 (70% of max value = 765). Red value is 164 (64.45% from 255 or 31.00% from 529); Green value is 174 (68.36% from 255 or 32.89% from 529); Blue value is 191 (75% from 255 or 36.11% from 529); Max value from RGB is 191 - color contains mainly: blue. Hex color #A4AEBF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A4AEBF is #5B5140. Grayscale: #ACACAC. Windows color (decimal): -5984577 or 12562084. OLE color: 12562084.

HSL color Cylindrical-coordinate representation of color #A4AEBF: hue angle of 217.78º degrees, saturation: 0.17, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #A4AEBF is Cyan = 0.14, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB164174191-
CMYK0.140.0900.25
HSL217.78º17.42%69.61%-
HSV(B)217.78º14.14%74.9%-
XYZ39.8541.9355.28-
YUV172.95138.19121.62-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 31.00%
GREEN value IS 174 (68.36% from 255) = 32.89%
BLUE value IS 191 (75% from 255) = 36.11%
R=31.00%
G=32.89%
B=36.11%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1641741910.140.0900.25217.7817.4269.61
HexA4AEBFE9019da1146
Octal244256277161103133221106
Binary1010010010101110101111111110100101100111011010100011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4AEBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4AEBF; }

 p { color: rgb(164,174,191); }

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

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

 a { background-color: rgb(164,174,191); }

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

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

 span { border-color: rgb(164,174,191); }

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