#A7ACBE

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

Shades of Mischka #A7ACBE

Tints of Mischka #A7ACBE

Color information

#A7ACBE (or 0xA7ACBE) is unknown color: approx Mischka. HEX triplet: A7, AC and BE. RGB value is (167,172,190). Sum of RGB (Red+Green+Blue) = 167+172+190=529 (70% of max value = 765). Red value is 167 (65.62% from 255 or 31.57% from 529); Green value is 172 (67.58% from 255 or 32.51% from 529); Blue value is 190 (74.61% from 255 or 35.92% from 529); Max value from RGB is 190 - color contains mainly: blue. Hex color #A7ACBE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A7ACBE is #585341. Grayscale: #ACACAC. Windows color (decimal): -5788482 or 12496039. OLE color: 12496039.

HSL color Cylindrical-coordinate representation of color #A7ACBE: hue angle of 226.96º degrees, saturation: 0.15, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #A7ACBE is Cyan = 0.12, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB167172190-
CMYK0.120.0900.25
HSL226.96º15.03%70%-
HSV(B)226.96º12.11%74.51%-
XYZ39.9841.4454.61-
YUV172.56137.84124.04-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 31.57%
GREEN value IS 172 (67.58% from 255) = 32.51%
BLUE value IS 190 (74.61% from 255) = 35.92%
R=31.57%
G=32.51%
B=35.92%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1671721900.120.0900.25226.9615.0370
HexA7ACBEC9019e3f46
Octal247254276141103134317106
Binary101001111010110010111110110010010110011110001111111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7ACBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7ACBE; }

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

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

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

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

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

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

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

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