#A3A7BB

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

Shades of Mischka #A3A7BB

Tints of Mischka #A3A7BB

Color information

#A3A7BB (or 0xA3A7BB) is unknown color: approx Mischka. HEX triplet: A3, A7 and BB. RGB value is (163,167,187). Sum of RGB (Red+Green+Blue) = 163+167+187=517 (68% of max value = 765). Red value is 163 (64.06% from 255 or 31.53% from 517); Green value is 167 (65.62% from 255 or 32.30% from 517); Blue value is 187 (73.44% from 255 or 36.17% from 517); Max value from RGB is 187 - color contains mainly: blue. Hex color #A3A7BB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A3A7BB is #5C5844. Grayscale: #A8A8A8. Windows color (decimal): -6051909 or 12298147. OLE color: 12298147.

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

Color convert

RGB163167187-
CMYK0.130.1100.27
HSL230º15%68.63%-
HSV(B)230º12.83%73.33%-
XYZ37.8939.0152.55-
YUV168.08138.67124.37-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 31.53%
GREEN value IS 167 (65.62% from 255) = 32.30%
BLUE value IS 187 (73.44% from 255) = 36.17%
R=31.53%
G=32.30%
B=36.17%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1631671870.130.1100.272301568.63
HexA3A7BBDB01Be6f45
Octal243247273151303334617105
Binary101000111010011110111011110110110110111110011011111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3A7BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3A7BB; }

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

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

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

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

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

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

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

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