#AF90AE

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

Shades of London Hue #AF90AE

Tints of London Hue #AF90AE

Color information

#AF90AE (or 0xAF90AE) is unknown color: approx London Hue. HEX triplet: AF, 90 and AE. RGB value is (175,144,174). Sum of RGB (Red+Green+Blue) = 175+144+174=493 (65% of max value = 765). Red value is 175 (68.75% from 255 or 35.50% from 493); Green value is 144 (56.64% from 255 or 29.21% from 493); Blue value is 174 (68.36% from 255 or 35.29% from 493); Max value from RGB is 175 - color contains mainly: red. Hex color #AF90AE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF90AE is #506F51. Grayscale: #9C9C9C. Windows color (decimal): -5271378 or 11440303. OLE color: 11440303.

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

Color convert

RGB175144174-
CMYK00.180.010.31
HSL301.94º16.23%62.55%-
HSV(B)301.94º17.71%68.63%-
XYZ35.2932.1244.38-
YUV156.69137.77141.06-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 35.50%
GREEN value IS 144 (56.64% from 255) = 29.21%
BLUE value IS 174 (68.36% from 255) = 35.29%
R=35.50%
G=29.21%
B=35.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.01
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17514417400.180.010.31301.9416.2362.55
HexAF90AE01211F12e103f
Octal2572202560221374562077
Binary10101111100100001010111001001011111110010111010000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF90AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF90AE; }

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

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

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

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

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

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

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

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