#AFA5AF

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

Shades of London Hue #AFA5AF

Tints of London Hue #AFA5AF

Color information

#AFA5AF (or 0xAFA5AF) is unknown color: approx London Hue. HEX triplet: AF, A5 and AF. RGB value is (175,165,175). Sum of RGB (Red+Green+Blue) = 175+165+175=515 (68% of max value = 765). Red value is 175 (68.75% from 255 or 33.98% from 515); Green value is 165 (64.84% from 255 or 32.04% from 515); Blue value is 175 (68.75% from 255 or 33.98% from 515); Max value from RGB is 175 - color contains mainly: red, blue. Hex color #AFA5AF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AFA5AF is #505A50. Grayscale: #A9A9A9. Windows color (decimal): -5266001 or 11511215. OLE color: 11511215.

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

Color convert

RGB175165175-
CMYK00.0600.31
HSL300º5.88%66.67%-
HSV(B)300º5.71%68.63%-
XYZ38.8739.1246.06-
YUV169.13131.31132.19-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 33.98%
GREEN value IS 165 (64.84% from 255) = 32.04%
BLUE value IS 175 (68.75% from 255) = 33.98%
R=33.98%
G=32.04%
B=33.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17516517500.0600.313005.8866.67
HexAFA5AF0601F12c643
Octal257245257060374546103
Binary10101111101001011010111101100111111001011001101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFA5AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFA5AF; }

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

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

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

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

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

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

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

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