#AFA1AF

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

Shades of London Hue #AFA1AF

Tints of London Hue #AFA1AF

Color information

#AFA1AF (or 0xAFA1AF) is unknown color: approx London Hue. HEX triplet: AF, A1 and AF. RGB value is (175,161,175). Sum of RGB (Red+Green+Blue) = 175+161+175=511 (67% of max value = 765). Red value is 175 (68.75% from 255 or 34.25% from 511); Green value is 161 (63.28% from 255 or 31.51% from 511); Blue value is 175 (68.75% from 255 or 34.25% from 511); Max value from RGB is 175 - color contains mainly: red, blue. Hex color #AFA1AF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AFA1AF is #505E50. Grayscale: #A6A6A6. Windows color (decimal): -5267025 or 11510191. OLE color: 11510191.

HSL color Cylindrical-coordinate representation of color #AFA1AF: 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.08%. Process color model (Four color, CMYK) of #AFA1AF is Cyan = 0, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB175161175-
CMYK00.0800.31
HSL300º8.05%65.88%-
HSV(B)300º8%68.63%-
XYZ38.1637.745.82-
YUV166.78132.64133.86-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 34.25%
GREEN value IS 161 (63.28% from 255) = 31.51%
BLUE value IS 175 (68.75% from 255) = 34.25%
R=34.25%
G=31.51%
B=34.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17516117500.0800.313008.0565.88
HexAFA1AF0801F12c842
Octal25724125701003745410102
Binary1010111110100001101011110100001111110010110010001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFA1AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFA1AF; }

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

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

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

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

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

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

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

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