#AFA0AD

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

Shades of London Hue #AFA0AD

Tints of London Hue #AFA0AD

Color information

#AFA0AD (or 0xAFA0AD) is unknown color: approx London Hue. HEX triplet: AF, A0 and AD. RGB value is (175,160,173). Sum of RGB (Red+Green+Blue) = 175+160+173=508 (67% of max value = 765). Red value is 175 (68.75% from 255 or 34.45% from 508); Green value is 160 (62.89% from 255 or 31.50% from 508); Blue value is 173 (67.97% from 255 or 34.06% from 508); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA0AD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AFA0AD is #505F52. Grayscale: #A5A5A5. Windows color (decimal): -5267283 or 11378863. OLE color: 11378863.

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

Color convert

RGB175160173-
CMYK00.090.010.31
HSL308º8.57%65.69%-
HSV(B)308º8.57%68.63%-
XYZ37.7937.2744.74-
YUV165.97131.97134.44-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 34.45%
GREEN value IS 160 (62.89% from 255) = 31.50%
BLUE value IS 173 (67.97% from 255) = 34.06%
R=34.45%
G=31.50%
B=34.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.01
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17516017300.090.010.313088.5765.69
HexAFA0AD0911F134942
Octal25724025501113746411102
Binary1010111110100000101011010100111111110011010010011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFA0AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFA0AD; }

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

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

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

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

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

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

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

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