#A3AEBD

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

Shades of Mischka #A3AEBD

Tints of Mischka #A3AEBD

Color information

#A3AEBD (or 0xA3AEBD) is unknown color: approx Mischka. HEX triplet: A3, AE and BD. RGB value is (163,174,189). Sum of RGB (Red+Green+Blue) = 163+174+189=526 (69% of max value = 765). Red value is 163 (64.06% from 255 or 30.99% from 526); Green value is 174 (68.36% from 255 or 33.08% from 526); Blue value is 189 (74.22% from 255 or 35.93% from 526); Max value from RGB is 189 - color contains mainly: blue. Hex color #A3AEBD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A3AEBD is #5C5142. Grayscale: #ACACAC. Windows color (decimal): -6050115 or 12431011. OLE color: 12431011.

HSL color Cylindrical-coordinate representation of color #A3AEBD: hue angle of 214.62º degrees, saturation: 0.16, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #A3AEBD is Cyan = 0.14, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB163174189-
CMYK0.140.0800.26
HSL214.62º16.46%69.02%-
HSV(B)214.62º13.76%74.12%-
XYZ39.4341.7354.12-
YUV172.42137.36121.28-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 30.99%
GREEN value IS 174 (68.36% from 255) = 33.08%
BLUE value IS 189 (74.22% from 255) = 35.93%
R=30.99%
G=33.08%
B=35.93%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1631741890.140.0800.26214.6216.4669.02
HexA3AEBDE801Ad71045
Octal243256275161003232720105
Binary1010001110101110101111011110100001101011010111100001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3AEBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3AEBD; }

 p { color: rgb(163,174,189); }

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

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

 a { background-color: rgb(163,174,189); }

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

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

 span { border-color: rgb(163,174,189); }

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