#A4ACB9

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

Shades of Mischka #A4ACB9

Tints of Mischka #A4ACB9

Color information

#A4ACB9 (or 0xA4ACB9) is unknown color: approx Mischka. HEX triplet: A4, AC and B9. RGB value is (164,172,185). Sum of RGB (Red+Green+Blue) = 164+172+185=521 (69% of max value = 765). Red value is 164 (64.45% from 255 or 31.48% from 521); Green value is 172 (67.58% from 255 or 33.01% from 521); Blue value is 185 (72.66% from 255 or 35.51% from 521); Max value from RGB is 185 - color contains mainly: blue. Hex color #A4ACB9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A4ACB9 is #5B5346. Grayscale: #ABABAB. Windows color (decimal): -5985095 or 12168356. OLE color: 12168356.

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

Color convert

RGB164172185-
CMYK0.110.0700.27
HSL217.14º13.04%68.43%-
HSV(B)217.14º11.35%72.55%-
XYZ38.8240.951.75-
YUV171.09135.85122.94-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 31.48%
GREEN value IS 172 (67.58% from 255) = 33.01%
BLUE value IS 185 (72.66% from 255) = 35.51%
R=31.48%
G=33.01%
B=35.51%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1641721850.110.0700.27217.1413.0468.43
HexA4ACB9B701Bd9d44
Octal24425427113703333115104
Binary10100100101011001011100110111110110111101100111011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4ACB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4ACB9; }

 p { color: rgb(164,172,185); }

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

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

 a { background-color: rgb(164,172,185); }

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

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

 span { border-color: rgb(164,172,185); }

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