#A7ACB9

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

Shades of Mischka #A7ACB9

Tints of Mischka #A7ACB9

Color information

#A7ACB9 (or 0xA7ACB9) is unknown color: approx Mischka. HEX triplet: A7, AC and B9. RGB value is (167,172,185). Sum of RGB (Red+Green+Blue) = 167+172+185=524 (69% of max value = 765). Red value is 167 (65.62% from 255 or 31.87% from 524); Green value is 172 (67.58% from 255 or 32.82% from 524); Blue value is 185 (72.66% from 255 or 35.31% from 524); Max value from RGB is 185 - color contains mainly: blue. Hex color #A7ACB9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A7ACB9 is #585346. Grayscale: #ABABAB. Windows color (decimal): -5788487 or 12168359. OLE color: 12168359.

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

Color convert

RGB167172185-
CMYK0.100.0700.27
HSL223.33º11.39%69.02%-
HSV(B)223.33º9.73%72.55%-
XYZ39.4541.2251.78-
YUV171.99135.34124.44-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 31.87%
GREEN value IS 172 (67.58% from 255) = 32.82%
BLUE value IS 185 (72.66% from 255) = 35.31%
R=31.87%
G=32.82%
B=35.31%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1671721850.100.0700.27223.3311.3969.02
HexA7ACB9A701Bdfb45
Octal24725427112703333713105
Binary10100111101011001011100110101110110111101111110111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7ACB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7ACB9; }

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

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

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

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

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

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

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

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