#AF99AD

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

Shades of London Hue #AF99AD

Tints of London Hue #AF99AD

Color information

#AF99AD (or 0xAF99AD) is unknown color: approx London Hue. HEX triplet: AF, 99 and AD. RGB value is (175,153,173). Sum of RGB (Red+Green+Blue) = 175+153+173=501 (66% of max value = 765). Red value is 175 (68.75% from 255 or 34.93% from 501); Green value is 153 (60.16% from 255 or 30.54% from 501); Blue value is 173 (67.97% from 255 or 34.53% from 501); Max value from RGB is 175 - color contains mainly: red. Hex color #AF99AD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF99AD is #506652. Grayscale: #A1A1A1. Windows color (decimal): -5269075 or 11377071. OLE color: 11377071.

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

Color convert

RGB175153173-
CMYK00.130.010.31
HSL305.45º12.09%64.31%-
HSV(B)305.45º12.57%68.63%-
XYZ36.6134.9144.34-
YUV161.86134.29137.37-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 34.93%
GREEN value IS 153 (60.16% from 255) = 30.54%
BLUE value IS 173 (67.97% from 255) = 34.53%
R=34.93%
G=30.54%
B=34.53%

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
Decimal17515317300.130.010.31305.4512.0964.31
HexAF99AD0D11F131c40
Octal25723125501513746114100
Binary1010111110011001101011010110111111110011000111001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF99AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF99AD; }

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

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

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

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

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

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

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

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