#A5A9BE

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

Shades of Mischka #A5A9BE

Tints of Mischka #A5A9BE

Color information

#A5A9BE (or 0xA5A9BE) is unknown color: approx Mischka. HEX triplet: A5, A9 and BE. RGB value is (165,169,190). Sum of RGB (Red+Green+Blue) = 165+169+190=524 (69% of max value = 765). Red value is 165 (64.84% from 255 or 31.49% from 524); Green value is 169 (66.41% from 255 or 32.25% from 524); Blue value is 190 (74.61% from 255 or 36.26% from 524); Max value from RGB is 190 - color contains mainly: blue. Hex color #A5A9BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A5A9BE is #5A5641. Grayscale: #AAAAAA. Windows color (decimal): -5920322 or 12495269. OLE color: 12495269.

HSL color Cylindrical-coordinate representation of color #A5A9BE: hue angle of 230.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 #A5A9BE is Cyan = 0.13, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB165169190-
CMYK0.130.1100.25
HSL230.4º16.13%69.61%-
HSV(B)230.4º13.16%74.51%-
XYZ3940.0954.4-
YUV170.2139.17124.29-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 31.49%
GREEN value IS 169 (66.41% from 255) = 32.25%
BLUE value IS 190 (74.61% from 255) = 36.26%
R=31.49%
G=32.25%
B=36.26%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1651691900.130.1100.25230.416.1369.61
HexA5A9BEDB019e61046
Octal245251276151303134620106
Binary1010010110101001101111101101101101100111100110100001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5A9BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5A9BE; }

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

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

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

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

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

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

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

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