#A7AEB5

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

Shades of Mischka #A7AEB5

Tints of Mischka #A7AEB5

Color information

#A7AEB5 (or 0xA7AEB5) is unknown color: approx Mischka. HEX triplet: A7, AE and B5. RGB value is (167,174,181). Sum of RGB (Red+Green+Blue) = 167+174+181=522 (69% of max value = 765). Red value is 167 (65.62% from 255 or 31.99% from 522); Green value is 174 (68.36% from 255 or 33.33% from 522); Blue value is 181 (71.09% from 255 or 34.67% from 522); Max value from RGB is 181 - color contains mainly: blue. Hex color #A7AEB5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A7AEB5 is #58514A. Grayscale: #ACACAC. Windows color (decimal): -5787979 or 11906727. OLE color: 11906727.

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

Color convert

RGB167174181-
CMYK0.080.0400.29
HSL210º8.64%68.24%-
HSV(B)210º7.73%70.98%-
XYZ39.4141.8249.71-
YUV172.7132.68123.93-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 31.99%
GREEN value IS 174 (68.36% from 255) = 33.33%
BLUE value IS 181 (71.09% from 255) = 34.67%
R=31.99%
G=33.33%
B=34.67%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1671741810.080.0400.292108.6468.24
HexA7AEB58401Dd2944
Octal24725626510403532211104
Binary10100111101011101011010110001000111011101001010011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7AEB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7AEB5; }

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

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

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

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

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

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

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

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