#A4AEBA

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

Shades of Mischka #A4AEBA

Tints of Mischka #A4AEBA

Color information

#A4AEBA (or 0xA4AEBA) is unknown color: approx Mischka. HEX triplet: A4, AE and BA. RGB value is (164,174,186). Sum of RGB (Red+Green+Blue) = 164+174+186=524 (69% of max value = 765). Red value is 164 (64.45% from 255 or 31.30% from 524); Green value is 174 (68.36% from 255 or 33.21% from 524); Blue value is 186 (73.05% from 255 or 35.50% from 524); Max value from RGB is 186 - color contains mainly: blue. Hex color #A4AEBA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A4AEBA is #5B5145. Grayscale: #ACACAC. Windows color (decimal): -5984582 or 12234404. OLE color: 12234404.

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

Color convert

RGB164174186-
CMYK0.120.0600.27
HSL212.73º13.75%68.63%-
HSV(B)212.73º11.83%72.94%-
XYZ39.3141.7152.43-
YUV172.38135.69122.02-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 31.30%
GREEN value IS 174 (68.36% from 255) = 33.21%
BLUE value IS 186 (73.05% from 255) = 35.50%
R=31.30%
G=33.21%
B=35.50%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1641741860.120.0600.27212.7313.7568.63
HexA4AEBAC601Bd5e45
Octal24425627214603332516105
Binary10100100101011101011101011001100110111101010111101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4AEBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4AEBA; }

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

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

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

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

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

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

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

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