#AFA2AE

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

Shades of London Hue #AFA2AE

Tints of London Hue #AFA2AE

Color information

#AFA2AE (or 0xAFA2AE) is unknown color: approx London Hue. HEX triplet: AF, A2 and AE. RGB value is (175,162,174). Sum of RGB (Red+Green+Blue) = 175+162+174=511 (67% of max value = 765). Red value is 175 (68.75% from 255 or 34.25% from 511); Green value is 162 (63.67% from 255 or 31.70% from 511); Blue value is 174 (68.36% from 255 or 34.05% from 511); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA2AE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AFA2AE is #505D51. Grayscale: #A7A7A7. Windows color (decimal): -5266770 or 11444911. OLE color: 11444911.

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

Color convert

RGB175162174-
CMYK00.070.010.31
HSL304.62º7.51%66.08%-
HSV(B)304.62º7.43%68.63%-
XYZ38.2438.0145.37-
YUV167.26131.81133.52-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 34.25%
GREEN value IS 162 (63.67% from 255) = 31.70%
BLUE value IS 174 (68.36% from 255) = 34.05%
R=34.25%
G=31.70%
B=34.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.01
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17516217400.070.010.31304.627.5166.08
HexAFA2AE0711F131842
Octal2572422560713746110102
Binary101011111010001010101110011111111110011000110001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFA2AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFA2AE; }

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

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

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

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

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

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

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

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