#A4AFBD

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

Shades of Mischka #A4AFBD

Tints of Mischka #A4AFBD

Color information

#A4AFBD (or 0xA4AFBD) is unknown color: approx Mischka. HEX triplet: A4, AF and BD. RGB value is (164,175,189). Sum of RGB (Red+Green+Blue) = 164+175+189=528 (69% of max value = 765). Red value is 164 (64.45% from 255 or 31.06% from 528); Green value is 175 (68.75% from 255 or 33.14% from 528); Blue value is 189 (74.22% from 255 or 35.80% from 528); Max value from RGB is 189 - color contains mainly: blue. Hex color #A4AFBD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A4AFBD is #5B5042. Grayscale: #ADADAD. Windows color (decimal): -5984323 or 12431268. OLE color: 12431268.

HSL color Cylindrical-coordinate representation of color #A4AFBD: hue angle of 213.6º degrees, saturation: 0.16, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #A4AFBD is Cyan = 0.13, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB164175189-
CMYK0.130.0700.26
HSL213.6º15.92%69.22%-
HSV(B)213.6º13.23%74.12%-
XYZ39.8342.2354.2-
YUV173.31136.86121.36-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 31.06%
GREEN value IS 175 (68.75% from 255) = 33.14%
BLUE value IS 189 (74.22% from 255) = 35.80%
R=31.06%
G=33.14%
B=35.80%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1641751890.130.0700.26213.615.9269.22
HexA4AFBDD701Ad61045
Octal24425727515703232620105
Binary101001001010111110111101110111101101011010110100001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4AFBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4AFBD; }

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

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

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

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

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

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

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

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