#A4AEBB

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

Shades of Mischka #A4AEBB

Tints of Mischka #A4AEBB

Color information

#A4AEBB (or 0xA4AEBB) is unknown color: approx Mischka. HEX triplet: A4, AE and BB. RGB value is (164,174,187). Sum of RGB (Red+Green+Blue) = 164+174+187=525 (69% of max value = 765). Red value is 164 (64.45% from 255 or 31.24% from 525); Green value is 174 (68.36% from 255 or 33.14% from 525); Blue value is 187 (73.44% from 255 or 35.62% from 525); Max value from RGB is 187 - color contains mainly: blue. Hex color #A4AEBB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A4AEBB is #5B5144. Grayscale: #ACACAC. Windows color (decimal): -5984581 or 12299940. OLE color: 12299940.

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

Color convert

RGB164174187-
CMYK0.120.0700.27
HSL213.91º14.47%68.82%-
HSV(B)213.91º12.3%73.33%-
XYZ39.4241.7553-
YUV172.49136.19121.94-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 31.24%
GREEN value IS 174 (68.36% from 255) = 33.14%
BLUE value IS 187 (73.44% from 255) = 35.62%
R=31.24%
G=33.14%
B=35.62%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1641741870.120.0700.27213.9114.4768.82
HexA4AEBBC701Bd6e45
Octal24425627314703332616105
Binary10100100101011101011101111001110110111101011011101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4AEBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4AEBB; }

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

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

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

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

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

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

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

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