#AF99AE

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

Shades of London Hue #AF99AE

Tints of London Hue #AF99AE

Color information

#AF99AE (or 0xAF99AE) is unknown color: approx London Hue. HEX triplet: AF, 99 and AE. RGB value is (175,153,174). Sum of RGB (Red+Green+Blue) = 175+153+174=502 (66% of max value = 765). Red value is 175 (68.75% from 255 or 34.86% from 502); Green value is 153 (60.16% from 255 or 30.48% from 502); Blue value is 174 (68.36% from 255 or 34.66% from 502); Max value from RGB is 175 - color contains mainly: red. Hex color #AF99AE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF99AE is #506651. Grayscale: #A1A1A1. Windows color (decimal): -5269074 or 11442607. OLE color: 11442607.

HSL color Cylindrical-coordinate representation of color #AF99AE: hue angle of 302.73º degrees, saturation: 0.12, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #AF99AE is Cyan = 0, Magento = 0.13, Yellow = 0.01 and Black (K on CMYK) = 0.31.

Color convert

RGB175153174-
CMYK00.130.010.31
HSL302.73º12.09%64.31%-
HSV(B)302.73º12.57%68.63%-
XYZ36.7134.9544.86-
YUV161.97134.79137.29-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 34.86%
GREEN value IS 153 (60.16% from 255) = 30.48%
BLUE value IS 174 (68.36% from 255) = 34.66%
R=34.86%
G=30.48%
B=34.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.01
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17515317400.130.010.31302.7312.0964.31
HexAF99AE0D11F12fc40
Octal25723125601513745714100
Binary1010111110011001101011100110111111110010111111001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF99AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF99AE; }

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

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

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

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

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

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

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

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