#AFA6AD

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

Shades of London Hue #AFA6AD

Tints of London Hue #AFA6AD

Color information

#AFA6AD (or 0xAFA6AD) is unknown color: approx London Hue. HEX triplet: AF, A6 and AD. RGB value is (175,166,173). Sum of RGB (Red+Green+Blue) = 175+166+173=514 (68% of max value = 765). Red value is 175 (68.75% from 255 or 34.05% from 514); Green value is 166 (65.23% from 255 or 32.30% from 514); Blue value is 173 (67.97% from 255 or 33.66% from 514); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA6AD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AFA6AD is #505952. Grayscale: #A9A9A9. Windows color (decimal): -5265747 or 11380399. OLE color: 11380399.

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

Color convert

RGB175166173-
CMYK00.050.010.31
HSL313.33º5.33%66.86%-
HSV(B)313.33º5.14%68.63%-
XYZ38.8639.445.09-
YUV169.49129.98131.93-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 34.05%
GREEN value IS 166 (65.23% from 255) = 32.30%
BLUE value IS 173 (67.97% from 255) = 33.66%
R=34.05%
G=32.30%
B=33.66%

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
Decimal17516617300.050.010.31313.335.3366.86
HexAFA6AD0511F139543
Octal257246255051374715103
Binary10101111101001101010110101011111111001110011011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFA6AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFA6AD; }

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

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

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

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

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

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

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

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