#A5AEBD

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

Shades of Mischka #A5AEBD

Tints of Mischka #A5AEBD

Color information

#A5AEBD (or 0xA5AEBD) is unknown color: approx Mischka. HEX triplet: A5, AE and BD. RGB value is (165,174,189). Sum of RGB (Red+Green+Blue) = 165+174+189=528 (69% of max value = 765). Red value is 165 (64.84% from 255 or 31.25% from 528); Green value is 174 (68.36% from 255 or 32.95% from 528); Blue value is 189 (74.22% from 255 or 35.80% from 528); Max value from RGB is 189 - color contains mainly: blue. Hex color #A5AEBD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A5AEBD is #5A5142. Grayscale: #ACACAC. Windows color (decimal): -5919043 or 12431013. OLE color: 12431013.

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

Color convert

RGB165174189-
CMYK0.130.0800.26
HSL217.5º15.38%69.41%-
HSV(B)217.5º12.7%74.12%-
XYZ39.8441.9554.14-
YUV173.02137.02122.28-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 31.25%
GREEN value IS 174 (68.36% from 255) = 32.95%
BLUE value IS 189 (74.22% from 255) = 35.80%
R=31.25%
G=32.95%
B=35.80%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1651741890.130.0800.26217.515.3869.41
HexA5AEBDD801Adaf45
Octal245256275151003233217105
Binary101001011010111010111101110110000110101101101011111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5AEBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5AEBD; }

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

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

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

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

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

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

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

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