#AFA3AE

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

Shades of London Hue #AFA3AE

Tints of London Hue #AFA3AE

Color information

#AFA3AE (or 0xAFA3AE) is unknown color: approx London Hue. HEX triplet: AF, A3 and AE. RGB value is (175,163,174). Sum of RGB (Red+Green+Blue) = 175+163+174=512 (67% of max value = 765). Red value is 175 (68.75% from 255 or 34.18% from 512); Green value is 163 (64.06% from 255 or 31.84% from 512); Blue value is 174 (68.36% from 255 or 33.98% from 512); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA3AE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AFA3AE is #505C51. Grayscale: #A7A7A7. Windows color (decimal): -5266514 or 11445167. OLE color: 11445167.

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

Color convert

RGB175163174-
CMYK00.070.010.31
HSL305º6.98%66.27%-
HSV(B)305º6.86%68.63%-
XYZ38.4238.3645.42-
YUV167.84131.48133.11-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 34.18%
GREEN value IS 163 (64.06% from 255) = 31.84%
BLUE value IS 174 (68.36% from 255) = 33.98%
R=34.18%
G=31.84%
B=33.98%

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
Decimal17516317400.070.010.313056.9866.27
HexAFA3AE0711F131742
Octal257243256071374617102
Binary10101111101000111010111001111111111001100011111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFA3AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFA3AE; }

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

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

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

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

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

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

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

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