#AFA5AE

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

Shades of London Hue #AFA5AE

Tints of London Hue #AFA5AE

Color information

#AFA5AE (or 0xAFA5AE) is unknown color: approx London Hue. HEX triplet: AF, A5 and AE. RGB value is (175,165,174). Sum of RGB (Red+Green+Blue) = 175+165+174=514 (68% of max value = 765). Red value is 175 (68.75% from 255 or 34.05% from 514); Green value is 165 (64.84% from 255 or 32.10% from 514); Blue value is 174 (68.36% from 255 or 33.85% from 514); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA5AE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AFA5AE is #505A51. Grayscale: #A8A8A8. Windows color (decimal): -5266002 or 11445679. OLE color: 11445679.

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

Color convert

RGB175165174-
CMYK00.060.010.31
HSL306º5.88%66.67%-
HSV(B)306º5.71%68.63%-
XYZ38.7739.0845.54-
YUV169.02130.81132.27-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 34.05%
GREEN value IS 165 (64.84% from 255) = 32.10%
BLUE value IS 174 (68.36% from 255) = 33.85%
R=34.05%
G=32.10%
B=33.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.01
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17516517400.060.010.313065.8866.67
HexAFA5AE0611F132643
Octal257245256061374626103
Binary10101111101001011010111001101111111001100101101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFA5AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFA5AE; }

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

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

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

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

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

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

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

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