#A3A7B9

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

Shades of Mischka #A3A7B9

Tints of Mischka #A3A7B9

Color information

#A3A7B9 (or 0xA3A7B9) is unknown color: approx Mischka. HEX triplet: A3, A7 and B9. RGB value is (163,167,185). Sum of RGB (Red+Green+Blue) = 163+167+185=515 (68% of max value = 765). Red value is 163 (64.06% from 255 or 31.65% from 515); Green value is 167 (65.62% from 255 or 32.43% from 515); Blue value is 185 (72.66% from 255 or 35.92% from 515); Max value from RGB is 185 - color contains mainly: blue. Hex color #A3A7B9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A3A7B9 is #5C5846. Grayscale: #A7A7A7. Windows color (decimal): -6051911 or 12167075. OLE color: 12167075.

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

Color convert

RGB163167185-
CMYK0.120.1000.27
HSL229.09º13.58%68.24%-
HSV(B)229.09º11.89%72.55%-
XYZ37.6838.9351.43-
YUV167.86137.67124.54-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 31.65%
GREEN value IS 167 (65.62% from 255) = 32.43%
BLUE value IS 185 (72.66% from 255) = 35.92%
R=31.65%
G=32.43%
B=35.92%

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
Decimal1631671850.120.1000.27229.0913.5868.24
HexA3A7B9CA01Be5e44
Octal243247271141203334516104
Binary101000111010011110111001110010100110111110010111101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3A7B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3A7B9; }

 p { color: rgb(163,167,185); }

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

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

 a { background-color: rgb(163,167,185); }

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

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

 span { border-color: rgb(163,167,185); }

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