#AF8EAB

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

Shades of London Hue #AF8EAB

Tints of London Hue #AF8EAB

Color information

#AF8EAB (or 0xAF8EAB) is unknown color: approx London Hue. HEX triplet: AF, 8E and AB. RGB value is (175,142,171). Sum of RGB (Red+Green+Blue) = 175+142+171=488 (64% of max value = 765). Red value is 175 (68.75% from 255 or 35.86% from 488); Green value is 142 (55.86% from 255 or 29.10% from 488); Blue value is 171 (67.19% from 255 or 35.04% from 488); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8EAB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF8EAB is #507154. Grayscale: #9B9B9B. Windows color (decimal): -5271893 or 11243183. OLE color: 11243183.

HSL color Cylindrical-coordinate representation of color #AF8EAB: hue angle of 307.27º degrees, saturation: 0.17, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #AF8EAB is Cyan = 0, Magento = 0.19, Yellow = 0.02 and Black (K on CMYK) = 0.31.

Color convert

RGB175142171-
CMYK00.190.020.31
HSL307.27º17.1%62.16%-
HSV(B)307.27º18.86%68.63%-
XYZ34.731.442.76-
YUV155.17136.93142.14-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 35.86%
GREEN value IS 142 (55.86% from 255) = 29.10%
BLUE value IS 171 (67.19% from 255) = 35.04%
R=35.86%
G=29.10%
B=35.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.02
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17514217100.190.020.31307.2717.162.16
HexAF8EAB01321F133113e
Octal2572162530232374632176
Binary101011111000111010101011010011101111110011001110001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF8EAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF8EAB; }

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

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

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

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

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

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

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

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