#AFA1AB

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

Shades of London Hue #AFA1AB

Tints of London Hue #AFA1AB

Color information

#AFA1AB (or 0xAFA1AB) is unknown color: approx London Hue. HEX triplet: AF, A1 and AB. RGB value is (175,161,171). Sum of RGB (Red+Green+Blue) = 175+161+171=507 (67% of max value = 765). Red value is 175 (68.75% from 255 or 34.52% from 507); Green value is 161 (63.28% from 255 or 31.76% from 507); Blue value is 171 (67.19% from 255 or 33.73% from 507); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA1AB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AFA1AB is #505E54. Grayscale: #A6A6A6. Windows color (decimal): -5267029 or 11248047. OLE color: 11248047.

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

Color convert

RGB175161171-
CMYK00.080.020.31
HSL317.14º8.05%65.88%-
HSV(B)317.14º8%68.63%-
XYZ37.7737.5443.78-
YUV166.33130.64134.19-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 34.52%
GREEN value IS 161 (63.28% from 255) = 31.76%
BLUE value IS 171 (67.19% from 255) = 33.73%
R=34.52%
G=31.76%
B=33.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.02
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17516117100.080.020.31317.148.0565.88
HexAFA1AB0821F13d842
Octal25724125301023747510102
Binary10101111101000011010101101000101111110011110110001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFA1AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFA1AB; }

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

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

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

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

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

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

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

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