#AF90AC

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

Shades of London Hue #AF90AC

Tints of London Hue #AF90AC

Color information

#AF90AC (or 0xAF90AC) is unknown color: approx London Hue. HEX triplet: AF, 90 and AC. RGB value is (175,144,172). Sum of RGB (Red+Green+Blue) = 175+144+172=491 (65% of max value = 765). Red value is 175 (68.75% from 255 or 35.64% from 491); Green value is 144 (56.64% from 255 or 29.33% from 491); Blue value is 172 (67.58% from 255 or 35.03% from 491); Max value from RGB is 175 - color contains mainly: red. Hex color #AF90AC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF90AC is #506F53. Grayscale: #9C9C9C. Windows color (decimal): -5271380 or 11309231. OLE color: 11309231.

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

Color convert

RGB175144172-
CMYK00.180.020.31
HSL305.81º16.23%62.55%-
HSV(B)305.81º17.71%68.63%-
XYZ35.132.0443.36-
YUV156.46136.77141.22-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 35.64%
GREEN value IS 144 (56.64% from 255) = 29.33%
BLUE value IS 172 (67.58% from 255) = 35.03%
R=35.64%
G=29.33%
B=35.03%

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
Decimal17514417200.180.020.31305.8116.2362.55
HexAF90AC01221F132103f
Octal2572202540222374622077
Binary101011111001000010101100010010101111110011001010000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF90AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF90AC; }

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

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

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

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

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

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

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

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