#AFA2AF

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

Shades of London Hue #AFA2AF

Tints of London Hue #AFA2AF

Color information

#AFA2AF (or 0xAFA2AF) is unknown color: approx London Hue. HEX triplet: AF, A2 and AF. RGB value is (175,162,175). Sum of RGB (Red+Green+Blue) = 175+162+175=512 (67% of max value = 765). Red value is 175 (68.75% from 255 or 34.18% from 512); Green value is 162 (63.67% from 255 or 31.64% from 512); Blue value is 175 (68.75% from 255 or 34.18% from 512); Max value from RGB is 175 - color contains mainly: red, blue. Hex color #AFA2AF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AFA2AF is #505D50. Grayscale: #A7A7A7. Windows color (decimal): -5266769 or 11510447. OLE color: 11510447.

HSL color Cylindrical-coordinate representation of color #AFA2AF: hue angle of 300º degrees, saturation: 0.08, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #AFA2AF is Cyan = 0, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB175162175-
CMYK00.0700.31
HSL300º7.51%66.08%-
HSV(B)300º7.43%68.63%-
XYZ38.3438.0545.88-
YUV167.37132.31133.44-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 34.18%
GREEN value IS 162 (63.67% from 255) = 31.64%
BLUE value IS 175 (68.75% from 255) = 34.18%
R=34.18%
G=31.64%
B=34.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17516217500.0700.313007.5166.08
HexAFA2AF0701F12c842
Octal2572422570703745410102
Binary101011111010001010101111011101111110010110010001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFA2AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFA2AF; }

 p { color: rgb(175,162,175); }

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

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

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

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

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

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

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