#AF99AA

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

Shades of London Hue #AF99AA

Tints of London Hue #AF99AA

Color information

#AF99AA (or 0xAF99AA) is unknown color: approx London Hue. HEX triplet: AF, 99 and AA. RGB value is (175,153,170). Sum of RGB (Red+Green+Blue) = 175+153+170=498 (65% of max value = 765). Red value is 175 (68.75% from 255 or 35.14% from 498); Green value is 153 (60.16% from 255 or 30.72% from 498); Blue value is 170 (66.80% from 255 or 34.14% from 498); Max value from RGB is 175 - color contains mainly: red. Hex color #AF99AA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF99AA is #506655. Grayscale: #A1A1A1. Windows color (decimal): -5269078 or 11180463. OLE color: 11180463.

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

Color convert

RGB175153170-
CMYK00.130.030.31
HSL313.64º12.09%64.31%-
HSV(B)313.64º12.57%68.63%-
XYZ36.3334.842.83-
YUV161.52132.79137.62-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 35.14%
GREEN value IS 153 (60.16% from 255) = 30.72%
BLUE value IS 170 (66.80% from 255) = 34.14%
R=35.14%
G=30.72%
B=34.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.03
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17515317000.130.030.31313.6412.0964.31
HexAF99AA0D31F13ac40
Octal25723125201533747214100
Binary10101111100110011010101001101111111110011101011001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF99AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF99AA; }

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

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

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

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

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

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

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

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