#AFA3AF

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

Shades of London Hue #AFA3AF

Tints of London Hue #AFA3AF

Color information

#AFA3AF (or 0xAFA3AF) is unknown color: approx London Hue. HEX triplet: AF, A3 and AF. RGB value is (175,163,175). Sum of RGB (Red+Green+Blue) = 175+163+175=513 (67% of max value = 765). Red value is 175 (68.75% from 255 or 34.11% from 513); Green value is 163 (64.06% from 255 or 31.77% from 513); Blue value is 175 (68.75% from 255 or 34.11% from 513); Max value from RGB is 175 - color contains mainly: red, blue. Hex color #AFA3AF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AFA3AF is #505C50. Grayscale: #A7A7A7. Windows color (decimal): -5266513 or 11510703. OLE color: 11510703.

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

Color convert

RGB175163175-
CMYK00.0700.31
HSL300º6.98%66.27%-
HSV(B)300º6.86%68.63%-
XYZ38.5138.445.94-
YUV167.96131.98133.02-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 34.11%
GREEN value IS 163 (64.06% from 255) = 31.77%
BLUE value IS 175 (68.75% from 255) = 34.11%
R=34.11%
G=31.77%
B=34.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17516317500.0700.313006.9866.27
HexAFA3AF0701F12c742
Octal257243257070374547102
Binary10101111101000111010111101110111111001011001111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFA3AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFA3AF; }

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

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

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

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

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

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

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

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