#AFA0AB

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

Shades of London Hue #AFA0AB

Tints of London Hue #AFA0AB

Color information

#AFA0AB (or 0xAFA0AB) is unknown color: approx London Hue. HEX triplet: AF, A0 and AB. RGB value is (175,160,171). Sum of RGB (Red+Green+Blue) = 175+160+171=506 (67% of max value = 765). Red value is 175 (68.75% from 255 or 34.58% from 506); Green value is 160 (62.89% from 255 or 31.62% from 506); Blue value is 171 (67.19% from 255 or 33.79% from 506); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA0AB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AFA0AB is #505F54. Grayscale: #A5A5A5. Windows color (decimal): -5267285 or 11247791. OLE color: 11247791.

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

Color convert

RGB175160171-
CMYK00.090.020.31
HSL316º8.57%65.69%-
HSV(B)316º8.57%68.63%-
XYZ37.637.243.73-
YUV165.74130.97134.61-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 34.58%
GREEN value IS 160 (62.89% from 255) = 31.62%
BLUE value IS 171 (67.19% from 255) = 33.79%
R=34.58%
G=31.62%
B=33.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.02
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17516017100.090.020.313168.5765.69
HexAFA0AB0921F13c942
Octal25724025301123747411102
Binary10101111101000001010101101001101111110011110010011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFA0AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFA0AB; }

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

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

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

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

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

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

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

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