#AFA2AC

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

Shades of London Hue #AFA2AC

Tints of London Hue #AFA2AC

Color information

#AFA2AC (or 0xAFA2AC) is unknown color: approx London Hue. HEX triplet: AF, A2 and AC. RGB value is (175,162,172). Sum of RGB (Red+Green+Blue) = 175+162+172=509 (67% of max value = 765). Red value is 175 (68.75% from 255 or 34.38% from 509); Green value is 162 (63.67% from 255 or 31.83% from 509); Blue value is 172 (67.58% from 255 or 33.79% from 509); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA2AC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AFA2AC is #505D53. Grayscale: #A7A7A7. Windows color (decimal): -5266772 or 11313839. OLE color: 11313839.

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

Color convert

RGB175162172-
CMYK00.070.020.31
HSL313.85º7.51%66.08%-
HSV(B)313.85º7.43%68.63%-
XYZ38.0537.9344.35-
YUV167.03130.81133.69-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 34.38%
GREEN value IS 162 (63.67% from 255) = 31.83%
BLUE value IS 172 (67.58% from 255) = 33.79%
R=34.38%
G=31.83%
B=33.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.02
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17516217200.070.020.31313.857.5166.08
HexAFA2AC0721F13a842
Octal2572422540723747210102
Binary1010111110100010101011000111101111110011101010001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFA2AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFA2AC; }

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

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

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

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

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

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

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

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