#AF99AB

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

Shades of London Hue #AF99AB

Tints of London Hue #AF99AB

Color information

#AF99AB (or 0xAF99AB) is unknown color: approx London Hue. HEX triplet: AF, 99 and AB. RGB value is (175,153,171). Sum of RGB (Red+Green+Blue) = 175+153+171=499 (66% of max value = 765). Red value is 175 (68.75% from 255 or 35.07% from 499); Green value is 153 (60.16% from 255 or 30.66% from 499); Blue value is 171 (67.19% from 255 or 34.27% from 499); Max value from RGB is 175 - color contains mainly: red. Hex color #AF99AB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF99AB is #506654. Grayscale: #A1A1A1. Windows color (decimal): -5269077 or 11245999. OLE color: 11245999.

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

Color convert

RGB175153171-
CMYK00.130.020.31
HSL310.91º12.09%64.31%-
HSV(B)310.91º12.57%68.63%-
XYZ36.4234.8443.33-
YUV161.63133.29137.54-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 35.07%
GREEN value IS 153 (60.16% from 255) = 30.66%
BLUE value IS 171 (67.19% from 255) = 34.27%
R=35.07%
G=30.66%
B=34.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.02
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17515317100.130.020.31310.9112.0964.31
HexAF99AB0D21F137c40
Octal25723125301523746714100
Binary10101111100110011010101101101101111110011011111001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF99AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF99AB; }

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

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

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

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

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

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

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

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