#A4AFBB

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

Shades of Mischka #A4AFBB

Tints of Mischka #A4AFBB

Color information

#A4AFBB (or 0xA4AFBB) is unknown color: approx Mischka. HEX triplet: A4, AF and BB. RGB value is (164,175,187). Sum of RGB (Red+Green+Blue) = 164+175+187=526 (69% of max value = 765). Red value is 164 (64.45% from 255 or 31.18% from 526); Green value is 175 (68.75% from 255 or 33.27% from 526); Blue value is 187 (73.44% from 255 or 35.55% from 526); Max value from RGB is 187 - color contains mainly: blue. Hex color #A4AFBB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A4AFBB is #5B5044. Grayscale: #ADADAD. Windows color (decimal): -5984325 or 12300196. OLE color: 12300196.

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

Color convert

RGB164175187-
CMYK0.120.0600.27
HSL211.3º14.47%68.82%-
HSV(B)211.3º12.3%73.33%-
XYZ39.6142.1453.06-
YUV173.08135.86121.52-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 31.18%
GREEN value IS 175 (68.75% from 255) = 33.27%
BLUE value IS 187 (73.44% from 255) = 35.55%
R=31.18%
G=33.27%
B=35.55%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1641751870.120.0600.27211.314.4768.82
HexA4AFBBC601Bd3e45
Octal24425727314603332316105
Binary10100100101011111011101111001100110111101001111101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4AFBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4AFBB; }

 p { color: rgb(164,175,187); }

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

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

 a { background-color: rgb(164,175,187); }

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

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

 span { border-color: rgb(164,175,187); }

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