#A5A9BC

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

Shades of Mischka #A5A9BC

Tints of Mischka #A5A9BC

Color information

#A5A9BC (or 0xA5A9BC) is unknown color: approx Mischka. HEX triplet: A5, A9 and BC. RGB value is (165,169,188). Sum of RGB (Red+Green+Blue) = 165+169+188=522 (69% of max value = 765). Red value is 165 (64.84% from 255 or 31.61% from 522); Green value is 169 (66.41% from 255 or 32.38% from 522); Blue value is 188 (73.83% from 255 or 36.02% from 522); Max value from RGB is 188 - color contains mainly: blue. Hex color #A5A9BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A5A9BC is #5A5643. Grayscale: #A9A9A9. Windows color (decimal): -5920324 or 12364197. OLE color: 12364197.

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

Color convert

RGB165169188-
CMYK0.120.1000.26
HSL229.57º14.65%69.22%-
HSV(B)229.57º12.23%73.73%-
XYZ38.7840.0153.25-
YUV169.97138.17124.46-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 31.61%
GREEN value IS 169 (66.41% from 255) = 32.38%
BLUE value IS 188 (73.83% from 255) = 36.02%
R=31.61%
G=32.38%
B=36.02%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1651691880.120.1000.26229.5714.6569.22
HexA5A9BCCA01Ae6f45
Octal245251274141203234617105
Binary101001011010100110111100110010100110101110011011111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5A9BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5A9BC; }

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

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

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

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

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

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

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

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