#AF90A5

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

Shades of London Hue #AF90A5

Tints of London Hue #AF90A5

Color information

#AF90A5 (or 0xAF90A5) is unknown color: approx London Hue. HEX triplet: AF, 90 and A5. RGB value is (175,144,165). Sum of RGB (Red+Green+Blue) = 175+144+165=484 (64% of max value = 765). Red value is 175 (68.75% from 255 or 36.16% from 484); Green value is 144 (56.64% from 255 or 29.75% from 484); Blue value is 165 (64.84% from 255 or 34.09% from 484); Max value from RGB is 175 - color contains mainly: red. Hex color #AF90A5 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF90A5 is #506F5A. Grayscale: #9B9B9B. Windows color (decimal): -5271387 or 10850479. OLE color: 10850479.

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

Color convert

RGB175144165-
CMYK00.180.060.31
HSL319.35º16.23%62.55%-
HSV(B)319.35º17.71%68.63%-
XYZ34.4431.7839.92-
YUV155.66133.27141.79-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 36.16%
GREEN value IS 144 (56.64% from 255) = 29.75%
BLUE value IS 165 (64.84% from 255) = 34.09%
R=36.16%
G=29.75%
B=34.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.06
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17514416500.180.060.31319.3516.2362.55
HexAF90A501261F13f103f
Octal2572202450226374772077
Binary1010111110010000101001010100101101111110011111110000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF90A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF90A5; }

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

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

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

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

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

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

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

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