#A5AEBA

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

Shades of Mischka #A5AEBA

Tints of Mischka #A5AEBA

Color information

#A5AEBA (or 0xA5AEBA) is unknown color: approx Mischka. HEX triplet: A5, AE and BA. RGB value is (165,174,186). Sum of RGB (Red+Green+Blue) = 165+174+186=525 (69% of max value = 765). Red value is 165 (64.84% from 255 or 31.43% from 525); Green value is 174 (68.36% from 255 or 33.14% from 525); Blue value is 186 (73.05% from 255 or 35.43% from 525); Max value from RGB is 186 - color contains mainly: blue. Hex color #A5AEBA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A5AEBA is #5A5145. Grayscale: #ACACAC. Windows color (decimal): -5919046 or 12234405. OLE color: 12234405.

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

Color convert

RGB165174186-
CMYK0.110.0600.27
HSL214.29º13.21%68.82%-
HSV(B)214.29º11.29%72.94%-
XYZ39.5241.8252.44-
YUV172.68135.52122.52-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 31.43%
GREEN value IS 174 (68.36% from 255) = 33.14%
BLUE value IS 186 (73.05% from 255) = 35.43%
R=31.43%
G=33.14%
B=35.43%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1651741860.110.0600.27214.2913.2168.82
HexA5AEBAB601Bd6d45
Octal24525627213603332615105
Binary10100101101011101011101010111100110111101011011011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5AEBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5AEBA; }

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

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

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

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

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

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

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

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