#A7ACB4

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

Shades of Mischka #A7ACB4

Tints of Mischka #A7ACB4

Color information

#A7ACB4 (or 0xA7ACB4) is unknown color: approx Mischka. HEX triplet: A7, AC and B4. RGB value is (167,172,180). Sum of RGB (Red+Green+Blue) = 167+172+180=519 (68% of max value = 765). Red value is 167 (65.62% from 255 or 32.18% from 519); Green value is 172 (67.58% from 255 or 33.14% from 519); Blue value is 180 (70.70% from 255 or 34.68% from 519); Max value from RGB is 180 - color contains mainly: blue. Hex color #A7ACB4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A7ACB4 is #58534B. Grayscale: #ABABAB. Windows color (decimal): -5788492 or 11840679. OLE color: 11840679.

HSL color Cylindrical-coordinate representation of color #A7ACB4: hue angle of 216.92º degrees, saturation: 0.08, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #A7ACB4 is Cyan = 0.07, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB167172180-
CMYK0.070.0400.29
HSL216.92º7.98%68.04%-
HSV(B)216.92º7.22%70.59%-
XYZ38.9341.0249.05-
YUV171.42132.84124.85-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 32.18%
GREEN value IS 172 (67.58% from 255) = 33.14%
BLUE value IS 180 (70.70% from 255) = 34.68%
R=32.18%
G=33.14%
B=34.68%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1671721800.070.0400.29216.927.9868.04
HexA7ACB47401Dd9844
Octal2472542647403533110104
Binary1010011110101100101101001111000111011101100110001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7ACB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7ACB4; }

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

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

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

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

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

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

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

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