#A7ACB3

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

Shades of Mischka #A7ACB3

Tints of Mischka #A7ACB3

Color information

#A7ACB3 (or 0xA7ACB3) is unknown color: approx Mischka. HEX triplet: A7, AC and B3. RGB value is (167,172,179). Sum of RGB (Red+Green+Blue) = 167+172+179=518 (68% of max value = 765). Red value is 167 (65.62% from 255 or 32.24% from 518); Green value is 172 (67.58% from 255 or 33.20% from 518); Blue value is 179 (70.31% from 255 or 34.56% from 518); Max value from RGB is 179 - color contains mainly: blue. Hex color #A7ACB3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A7ACB3 is #58534C. Grayscale: #ABABAB. Windows color (decimal): -5788493 or 11775143. OLE color: 11775143.

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

Color convert

RGB167172179-
CMYK0.070.0400.30
HSL215º7.32%67.84%-
HSV(B)215º6.7%70.2%-
XYZ38.8340.9848.51-
YUV171.3132.34124.93-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 32.24%
GREEN value IS 172 (67.58% from 255) = 33.20%
BLUE value IS 179 (70.31% from 255) = 34.56%
R=32.24%
G=33.20%
B=34.56%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1671721790.070.0400.302157.3267.84
HexA7ACB37401Ed7744
Octal247254263740363277104
Binary101001111010110010110011111100011110110101111111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7ACB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7ACB3; }

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

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

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

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

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

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

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

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