#AFA2AB

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

Shades of London Hue #AFA2AB

Tints of London Hue #AFA2AB

Color information

#AFA2AB (or 0xAFA2AB) is unknown color: approx London Hue. HEX triplet: AF, A2 and AB. RGB value is (175,162,171). Sum of RGB (Red+Green+Blue) = 175+162+171=508 (67% of max value = 765). Red value is 175 (68.75% from 255 or 34.45% from 508); Green value is 162 (63.67% from 255 or 31.89% from 508); Blue value is 171 (67.19% from 255 or 33.66% from 508); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA2AB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AFA2AB is #505D54. Grayscale: #A6A6A6. Windows color (decimal): -5266773 or 11248303. OLE color: 11248303.

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

Color convert

RGB175162171-
CMYK00.070.020.31
HSL318.46º7.51%66.08%-
HSV(B)318.46º7.43%68.63%-
XYZ37.9537.8943.84-
YUV166.91130.31133.77-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 34.45%
GREEN value IS 162 (63.67% from 255) = 31.89%
BLUE value IS 171 (67.19% from 255) = 33.66%
R=34.45%
G=31.89%
B=33.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.02
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17516217100.070.020.31318.467.5166.08
HexAFA2AB0721F13e842
Octal2572422530723747610102
Binary1010111110100010101010110111101111110011111010001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFA2AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFA2AB; }

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

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

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

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

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

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

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

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