#AFA7AE

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

Shades of London Hue #AFA7AE

Tints of London Hue #AFA7AE

Color information

#AFA7AE (or 0xAFA7AE) is unknown color: approx London Hue. HEX triplet: AF, A7 and AE. RGB value is (175,167,174). Sum of RGB (Red+Green+Blue) = 175+167+174=516 (68% of max value = 765). Red value is 175 (68.75% from 255 or 33.91% from 516); Green value is 167 (65.62% from 255 or 32.36% from 516); Blue value is 174 (68.36% from 255 or 33.72% from 516); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA7AE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AFA7AE is #505851. Grayscale: #AAAAAA. Windows color (decimal): -5265490 or 11446191. OLE color: 11446191.

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

Color convert

RGB175167174-
CMYK00.050.010.31
HSL307.5º4.76%67.06%-
HSV(B)307.5º4.57%68.63%-
XYZ39.1439.8145.67-
YUV170.19130.15131.43-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 33.91%
GREEN value IS 167 (65.62% from 255) = 32.36%
BLUE value IS 174 (68.36% from 255) = 33.72%
R=33.91%
G=32.36%
B=33.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.01
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17516717400.050.010.31307.54.7667.06
HexAFA7AE0511F134543
Octal257247256051374645103
Binary10101111101001111010111001011111111001101001011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFA7AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFA7AE; }

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

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

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

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

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

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

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

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