#A7AFBF

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

Shades of Mischka #A7AFBF

Tints of Mischka #A7AFBF

Color information

#A7AFBF (or 0xA7AFBF) is unknown color: approx Mischka. HEX triplet: A7, AF and BF. RGB value is (167,175,191). Sum of RGB (Red+Green+Blue) = 167+175+191=533 (70% of max value = 765). Red value is 167 (65.62% from 255 or 31.33% from 533); Green value is 175 (68.75% from 255 or 32.83% from 533); Blue value is 191 (75% from 255 or 35.83% from 533); Max value from RGB is 191 - color contains mainly: blue. Hex color #A7AFBF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A7AFBF is #585040. Grayscale: #AEAEAE. Windows color (decimal): -5787713 or 12562343. OLE color: 12562343.

HSL color Cylindrical-coordinate representation of color #A7AFBF: hue angle of 220º 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 #A7AFBF is Cyan = 0.13, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB167175191-
CMYK0.130.0800.25
HSL220º15.79%70.2%-
HSV(B)220º12.57%74.9%-
XYZ40.6742.6455.38-
YUV174.43137.35122.7-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 31.33%
GREEN value IS 175 (68.75% from 255) = 32.83%
BLUE value IS 191 (75% from 255) = 35.83%
R=31.33%
G=32.83%
B=35.83%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1671751910.130.0800.2522015.7970.2
HexA7AFBFD8019dc1046
Octal247257277151003133420106
Binary1010011110101111101111111101100001100111011100100001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7AFBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7AFBF; }

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

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

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

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

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

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

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

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