#A7AEBF

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

Shades of Mischka #A7AEBF

Tints of Mischka #A7AEBF

Color information

#A7AEBF (or 0xA7AEBF) is unknown color: approx Mischka. HEX triplet: A7, AE and BF. RGB value is (167,174,191). Sum of RGB (Red+Green+Blue) = 167+174+191=532 (70% of max value = 765). Red value is 167 (65.62% from 255 or 31.39% from 532); Green value is 174 (68.36% from 255 or 32.71% from 532); Blue value is 191 (75% from 255 or 35.90% from 532); Max value from RGB is 191 - color contains mainly: blue. Hex color #A7AEBF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A7AEBF is #585140. Grayscale: #ADADAD. Windows color (decimal): -5787969 or 12562087. OLE color: 12562087.

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

Color convert

RGB167174191-
CMYK0.130.0900.25
HSL222.5º15.79%70.2%-
HSV(B)222.5º12.57%74.9%-
XYZ40.4842.2555.31-
YUV173.84137.68123.12-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 31.39%
GREEN value IS 174 (68.36% from 255) = 32.71%
BLUE value IS 191 (75% from 255) = 35.90%
R=31.39%
G=32.71%
B=35.90%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1671741910.130.0900.25222.515.7970.2
HexA7AEBFD9019de1046
Octal247256277151103133620106
Binary1010011110101110101111111101100101100111011110100001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7AEBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7AEBF; }

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

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

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

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

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

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

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

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