#A7AEBC

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

Shades of Mischka #A7AEBC

Tints of Mischka #A7AEBC

Color information

#A7AEBC (or 0xA7AEBC) is unknown color: approx Mischka. HEX triplet: A7, AE and BC. RGB value is (167,174,188). Sum of RGB (Red+Green+Blue) = 167+174+188=529 (70% of max value = 765). Red value is 167 (65.62% from 255 or 31.57% from 529); Green value is 174 (68.36% from 255 or 32.89% from 529); Blue value is 188 (73.83% from 255 or 35.54% from 529); Max value from RGB is 188 - color contains mainly: blue. Hex color #A7AEBC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A7AEBC is #585143. Grayscale: #ADADAD. Windows color (decimal): -5787972 or 12365479. OLE color: 12365479.

HSL color Cylindrical-coordinate representation of color #A7AEBC: hue angle of 220º degrees, saturation: 0.14, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #A7AEBC is Cyan = 0.11, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB167174188-
CMYK0.110.0700.26
HSL220º13.55%69.61%-
HSV(B)220º11.17%73.73%-
XYZ40.1542.1253.59-
YUV173.5136.18123.36-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 31.57%
GREEN value IS 174 (68.36% from 255) = 32.89%
BLUE value IS 188 (73.83% from 255) = 35.54%
R=31.57%
G=32.89%
B=35.54%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1671741880.110.0700.2622013.5569.61
HexA7AEBCB701Adce46
Octal24725627413703233416106
Binary10100111101011101011110010111110110101101110011101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7AEBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7AEBC; }

 p { color: rgb(167,174,188); }

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

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

 a { background-color: rgb(167,174,188); }

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

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

 span { border-color: rgb(167,174,188); }

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