#A5AEBE

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

Shades of Mischka #A5AEBE

Tints of Mischka #A5AEBE

Color information

#A5AEBE (or 0xA5AEBE) is unknown color: approx Mischka. HEX triplet: A5, AE and BE. RGB value is (165,174,190). Sum of RGB (Red+Green+Blue) = 165+174+190=529 (70% of max value = 765). Red value is 165 (64.84% from 255 or 31.19% from 529); Green value is 174 (68.36% from 255 or 32.89% from 529); Blue value is 190 (74.61% from 255 or 35.92% from 529); Max value from RGB is 190 - color contains mainly: blue. Hex color #A5AEBE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A5AEBE is #5A5141. Grayscale: #ADADAD. Windows color (decimal): -5919042 or 12496549. OLE color: 12496549.

HSL color Cylindrical-coordinate representation of color #A5AEBE: hue angle of 218.4º degrees, saturation: 0.16, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #A5AEBE is Cyan = 0.13, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB165174190-
CMYK0.130.0800.25
HSL218.4º16.13%69.61%-
HSV(B)218.4º13.16%74.51%-
XYZ39.9541.9954.71-
YUV173.13137.52122.2-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 31.19%
GREEN value IS 174 (68.36% from 255) = 32.89%
BLUE value IS 190 (74.61% from 255) = 35.92%
R=31.19%
G=32.89%
B=35.92%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1651741900.130.0800.25218.416.1369.61
HexA5AEBED8019da1046
Octal245256276151003133220106
Binary1010010110101110101111101101100001100111011010100001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5AEBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5AEBE; }

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

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

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

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

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

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

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

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