#AFA0AF

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

Shades of London Hue #AFA0AF

Tints of London Hue #AFA0AF

Color information

#AFA0AF (or 0xAFA0AF) is unknown color: approx London Hue. HEX triplet: AF, A0 and AF. RGB value is (175,160,175). Sum of RGB (Red+Green+Blue) = 175+160+175=510 (67% of max value = 765). Red value is 175 (68.75% from 255 or 34.31% from 510); Green value is 160 (62.89% from 255 or 31.37% from 510); Blue value is 175 (68.75% from 255 or 34.31% from 510); Max value from RGB is 175 - color contains mainly: red, blue. Hex color #AFA0AF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AFA0AF is #505F50. Grayscale: #A6A6A6. Windows color (decimal): -5267281 or 11509935. OLE color: 11509935.

HSL color Cylindrical-coordinate representation of color #AFA0AF: hue angle of 300º degrees, saturation: 0.09, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #AFA0AF is Cyan = 0, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB175160175-
CMYK00.0900.31
HSL300º8.57%65.69%-
HSV(B)300º8.57%68.63%-
XYZ37.9937.3545.76-
YUV166.19132.97134.28-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 34.31%
GREEN value IS 160 (62.89% from 255) = 31.37%
BLUE value IS 175 (68.75% from 255) = 34.31%
R=34.31%
G=31.37%
B=34.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17516017500.0900.313008.5765.69
HexAFA0AF0901F12c942
Octal25724025701103745411102
Binary1010111110100000101011110100101111110010110010011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFA0AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFA0AF; }

 p { color: rgb(175,160,175); }

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

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

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

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

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

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

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