#AFA4AC

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

Shades of London Hue #AFA4AC

Tints of London Hue #AFA4AC

Color information

#AFA4AC (or 0xAFA4AC) is unknown color: approx London Hue. HEX triplet: AF, A4 and AC. RGB value is (175,164,172). Sum of RGB (Red+Green+Blue) = 175+164+172=511 (67% of max value = 765). Red value is 175 (68.75% from 255 or 34.25% from 511); Green value is 164 (64.45% from 255 or 32.09% from 511); Blue value is 172 (67.58% from 255 or 33.66% from 511); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA4AC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AFA4AC is #505B53. Grayscale: #A8A8A8. Windows color (decimal): -5266260 or 11314351. OLE color: 11314351.

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

Color convert

RGB175164172-
CMYK00.060.020.31
HSL316.36º6.43%66.47%-
HSV(B)316.36º6.29%68.63%-
XYZ38.438.6444.46-
YUV168.2130.14132.85-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 34.25%
GREEN value IS 164 (64.45% from 255) = 32.09%
BLUE value IS 172 (67.58% from 255) = 33.66%
R=34.25%
G=32.09%
B=33.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.02
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17516417200.060.020.31316.366.4366.47
HexAFA4AC0621F13c642
Octal257244254062374746102
Binary101011111010010010101100011010111111001111001101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFA4AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFA4AC; }

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

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

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

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

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

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

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

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