#AF90AB

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

Shades of London Hue #AF90AB

Tints of London Hue #AF90AB

Color information

#AF90AB (or 0xAF90AB) is unknown color: approx London Hue. HEX triplet: AF, 90 and AB. RGB value is (175,144,171). Sum of RGB (Red+Green+Blue) = 175+144+171=490 (64% of max value = 765). Red value is 175 (68.75% from 255 or 35.71% from 490); Green value is 144 (56.64% from 255 or 29.39% from 490); Blue value is 171 (67.19% from 255 or 34.90% from 490); Max value from RGB is 175 - color contains mainly: red. Hex color #AF90AB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF90AB is #506F54. Grayscale: #9C9C9C. Windows color (decimal): -5271381 or 11243695. OLE color: 11243695.

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

Color convert

RGB175144171-
CMYK00.180.020.31
HSL307.74º16.23%62.55%-
HSV(B)307.74º17.71%68.63%-
XYZ353242.86-
YUV156.35136.27141.3-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 35.71%
GREEN value IS 144 (56.64% from 255) = 29.39%
BLUE value IS 171 (67.19% from 255) = 34.90%
R=35.71%
G=29.39%
B=34.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.02
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17514417100.180.020.31307.7416.2362.55
HexAF90AB01221F134103f
Octal2572202530222374642077
Binary101011111001000010101011010010101111110011010010000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF90AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF90AB; }

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

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

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

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

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

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

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

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