#AFA2AD

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

Shades of London Hue #AFA2AD

Tints of London Hue #AFA2AD

Color information

#AFA2AD (or 0xAFA2AD) is unknown color: approx London Hue. HEX triplet: AF, A2 and AD. RGB value is (175,162,173). Sum of RGB (Red+Green+Blue) = 175+162+173=510 (67% of max value = 765). Red value is 175 (68.75% from 255 or 34.31% from 510); Green value is 162 (63.67% from 255 or 31.76% from 510); Blue value is 173 (67.97% from 255 or 33.92% from 510); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA2AD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AFA2AD is #505D52. Grayscale: #A7A7A7. Windows color (decimal): -5266771 or 11379375. OLE color: 11379375.

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

Color convert

RGB175162173-
CMYK00.070.010.31
HSL309.23º7.51%66.08%-
HSV(B)309.23º7.43%68.63%-
XYZ38.1437.9744.85-
YUV167.14131.31133.61-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 34.31%
GREEN value IS 162 (63.67% from 255) = 31.76%
BLUE value IS 173 (67.97% from 255) = 33.92%
R=34.31%
G=31.76%
B=33.92%

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
Decimal17516217300.070.010.31309.237.5166.08
HexAFA2AD0711F135842
Octal2572422550713746510102
Binary101011111010001010101101011111111110011010110001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFA2AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFA2AD; }

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

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

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

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

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

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

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

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