#A5A9BB

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

Shades of Mischka #A5A9BB

Tints of Mischka #A5A9BB

Color information

#A5A9BB (or 0xA5A9BB) is unknown color: approx Mischka. HEX triplet: A5, A9 and BB. RGB value is (165,169,187). Sum of RGB (Red+Green+Blue) = 165+169+187=521 (69% of max value = 765). Red value is 165 (64.84% from 255 or 31.67% from 521); Green value is 169 (66.41% from 255 or 32.44% from 521); Blue value is 187 (73.44% from 255 or 35.89% from 521); Max value from RGB is 187 - color contains mainly: blue. Hex color #A5A9BB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A5A9BB is #5A5644. Grayscale: #A9A9A9. Windows color (decimal): -5920325 or 12298661. OLE color: 12298661.

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

Color convert

RGB165169187-
CMYK0.120.1000.27
HSL229.09º13.92%69.02%-
HSV(B)229.09º11.76%73.33%-
XYZ38.6739.9652.69-
YUV169.86137.67124.54-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 31.67%
GREEN value IS 169 (66.41% from 255) = 32.44%
BLUE value IS 187 (73.44% from 255) = 35.89%
R=31.67%
G=32.44%
B=35.89%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1651691870.120.1000.27229.0913.9269.02
HexA5A9BBCA01Be5e45
Octal245251273141203334516105
Binary101001011010100110111011110010100110111110010111101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5A9BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5A9BB; }

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

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

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

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

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

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

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

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