#AFA1AE

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

Shades of London Hue #AFA1AE

Tints of London Hue #AFA1AE

Color information

#AFA1AE (or 0xAFA1AE) is unknown color: approx London Hue. HEX triplet: AF, A1 and AE. RGB value is (175,161,174). Sum of RGB (Red+Green+Blue) = 175+161+174=510 (67% of max value = 765). Red value is 175 (68.75% from 255 or 34.31% from 510); Green value is 161 (63.28% from 255 or 31.57% from 510); Blue value is 174 (68.36% from 255 or 34.12% from 510); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA1AE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AFA1AE is #505E51. Grayscale: #A6A6A6. Windows color (decimal): -5267026 or 11444655. OLE color: 11444655.

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

Color convert

RGB175161174-
CMYK00.080.010.31
HSL304.29º8.05%65.88%-
HSV(B)304.29º8%68.63%-
XYZ38.0637.6645.31-
YUV166.67132.14133.94-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 34.31%
GREEN value IS 161 (63.28% from 255) = 31.57%
BLUE value IS 174 (68.36% from 255) = 34.12%
R=34.31%
G=31.57%
B=34.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.01
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17516117400.080.010.31304.298.0565.88
HexAFA1AE0811F130842
Octal25724125601013746010102
Binary1010111110100001101011100100011111110011000010001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFA1AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFA1AE; }

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

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

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

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

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

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

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

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