#AFABAE

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

Shades of London Hue #AFABAE

Tints of London Hue #AFABAE

Color information

#AFABAE (or 0xAFABAE) is unknown color: approx London Hue. HEX triplet: AF, AB and AE. RGB value is (175,171,174). Sum of RGB (Red+Green+Blue) = 175+171+174=520 (68% of max value = 765). Red value is 175 (68.75% from 255 or 33.65% from 520); Green value is 171 (67.19% from 255 or 32.88% from 520); Blue value is 174 (68.36% from 255 or 33.46% from 520); Max value from RGB is 175 - color contains mainly: red. Hex color #AFABAE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AFABAE is #505451. Grayscale: #ACACAC. Windows color (decimal): -5264466 or 11447215. OLE color: 11447215.

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

Color convert

RGB175171174-
CMYK00.020.010.31
HSL315º2.44%67.84%-
HSV(B)315º2.29%68.63%-
XYZ39.8841.345.91-
YUV172.54128.83129.76-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 33.65%
GREEN value IS 171 (67.19% from 255) = 32.88%
BLUE value IS 174 (68.36% from 255) = 33.46%
R=33.65%
G=32.88%
B=33.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.01
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17517117400.020.010.313152.4467.84
HexAFABAE0211F13b244
Octal257253256021374732104
Binary101011111010101110101110010111111100111011101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFABAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFABAE; }

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

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

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

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

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

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

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

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