#AFA4AF

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

Shades of London Hue #AFA4AF

Tints of London Hue #AFA4AF

Color information

#AFA4AF (or 0xAFA4AF) is unknown color: approx London Hue. HEX triplet: AF, A4 and AF. RGB value is (175,164,175). Sum of RGB (Red+Green+Blue) = 175+164+175=514 (68% of max value = 765). Red value is 175 (68.75% from 255 or 34.05% from 514); Green value is 164 (64.45% from 255 or 31.91% from 514); Blue value is 175 (68.75% from 255 or 34.05% from 514); Max value from RGB is 175 - color contains mainly: red, blue. Hex color #AFA4AF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AFA4AF is #505B50. Grayscale: #A8A8A8. Windows color (decimal): -5266257 or 11510959. OLE color: 11510959.

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

Color convert

RGB175164175-
CMYK00.0600.31
HSL300º6.43%66.47%-
HSV(B)300º6.29%68.63%-
XYZ38.6938.7646-
YUV168.54131.64132.61-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 34.05%
GREEN value IS 164 (64.45% from 255) = 31.91%
BLUE value IS 175 (68.75% from 255) = 34.05%
R=34.05%
G=31.91%
B=34.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17516417500.0600.313006.4366.47
HexAFA4AF0601F12c642
Octal257244257060374546102
Binary10101111101001001010111101100111111001011001101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFA4AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFA4AF; }

 p { color: rgb(175,164,175); }

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

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

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

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

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

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

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