#A3A8BB

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

Shades of Mischka #A3A8BB

Tints of Mischka #A3A8BB

Color information

#A3A8BB (or 0xA3A8BB) is unknown color: approx Mischka. HEX triplet: A3, A8 and BB. RGB value is (163,168,187). Sum of RGB (Red+Green+Blue) = 163+168+187=518 (68% of max value = 765). Red value is 163 (64.06% from 255 or 31.47% from 518); Green value is 168 (66.02% from 255 or 32.43% from 518); Blue value is 187 (73.44% from 255 or 36.10% from 518); Max value from RGB is 187 - color contains mainly: blue. Hex color #A3A8BB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A3A8BB is #5C5744. Grayscale: #A8A8A8. Windows color (decimal): -6051653 or 12298403. OLE color: 12298403.

HSL color Cylindrical-coordinate representation of color #A3A8BB: hue angle of 227.5º 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 #A3A8BB is Cyan = 0.13, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB163168187-
CMYK0.130.1000.27
HSL227.5º15%68.63%-
HSV(B)227.5º12.83%73.33%-
XYZ38.0839.3852.61-
YUV168.67138.34123.96-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 31.47%
GREEN value IS 168 (66.02% from 255) = 32.43%
BLUE value IS 187 (73.44% from 255) = 36.10%
R=31.47%
G=32.43%
B=36.10%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1631681870.130.1000.27227.51568.63
HexA3A8BBDA01Be4f45
Octal243250273151203334417105
Binary101000111010100010111011110110100110111110010011111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3A8BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3A8BB; }

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

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

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

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

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

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

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

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