#AFA6AE

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

Shades of London Hue #AFA6AE

Tints of London Hue #AFA6AE

Color information

#AFA6AE (or 0xAFA6AE) is unknown color: approx London Hue. HEX triplet: AF, A6 and AE. RGB value is (175,166,174). Sum of RGB (Red+Green+Blue) = 175+166+174=515 (68% of max value = 765). Red value is 175 (68.75% from 255 or 33.98% from 515); Green value is 166 (65.23% from 255 or 32.23% from 515); Blue value is 174 (68.36% from 255 or 33.79% from 515); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA6AE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AFA6AE is #505951. Grayscale: #A9A9A9. Windows color (decimal): -5265746 or 11445935. OLE color: 11445935.

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

Color convert

RGB175166174-
CMYK00.050.010.31
HSL306.67º5.33%66.86%-
HSV(B)306.67º5.14%68.63%-
XYZ38.9639.4445.6-
YUV169.6130.48131.85-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 33.98%
GREEN value IS 166 (65.23% from 255) = 32.23%
BLUE value IS 174 (68.36% from 255) = 33.79%
R=33.98%
G=32.23%
B=33.79%

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
Decimal17516617400.050.010.31306.675.3366.86
HexAFA6AE0511F133543
Octal257246256051374635103
Binary10101111101001101010111001011111111001100111011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFA6AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFA6AE; }

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

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

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

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

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

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

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

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