#A7AEB7

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

Shades of Mischka #A7AEB7

Tints of Mischka #A7AEB7

Color information

#A7AEB7 (or 0xA7AEB7) is unknown color: approx Mischka. HEX triplet: A7, AE and B7. RGB value is (167,174,183). Sum of RGB (Red+Green+Blue) = 167+174+183=524 (69% of max value = 765). Red value is 167 (65.62% from 255 or 31.87% from 524); Green value is 174 (68.36% from 255 or 33.21% from 524); Blue value is 183 (71.88% from 255 or 34.92% from 524); Max value from RGB is 183 - color contains mainly: blue. Hex color #A7AEB7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A7AEB7 is #585148. Grayscale: #ACACAC. Windows color (decimal): -5787977 or 12037799. OLE color: 12037799.

HSL color Cylindrical-coordinate representation of color #A7AEB7: hue angle of 213.75º degrees, saturation: 0.1, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #A7AEB7 is Cyan = 0.09, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB167174183-
CMYK0.090.0500.28
HSL213.75º10%68.63%-
HSV(B)213.75º8.74%71.76%-
XYZ39.6241.9150.8-
YUV172.93133.68123.77-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 31.87%
GREEN value IS 174 (68.36% from 255) = 33.21%
BLUE value IS 183 (71.88% from 255) = 34.92%
R=31.87%
G=33.21%
B=34.92%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1671741830.090.0500.28213.751068.63
HexA7AEB79501Cd6a45
Octal24725626711503432612105
Binary10100111101011101011011110011010111001101011010101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7AEB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7AEB7; }

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

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

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

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

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

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

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

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