#AF99A7

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

Shades of London Hue #AF99A7

Tints of London Hue #AF99A7

Color information

#AF99A7 (or 0xAF99A7) is unknown color: approx London Hue. HEX triplet: AF, 99 and A7. RGB value is (175,153,167). Sum of RGB (Red+Green+Blue) = 175+153+167=495 (65% of max value = 765). Red value is 175 (68.75% from 255 or 35.35% from 495); Green value is 153 (60.16% from 255 or 30.91% from 495); Blue value is 167 (65.62% from 255 or 33.74% from 495); Max value from RGB is 175 - color contains mainly: red. Hex color #AF99A7 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF99A7 is #506658. Grayscale: #A1A1A1. Windows color (decimal): -5269081 or 10983855. OLE color: 10983855.

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

Color convert

RGB175153167-
CMYK00.130.050.31
HSL321.82º12.09%64.31%-
HSV(B)321.82º12.57%68.63%-
XYZ36.0534.6941.35-
YUV161.17131.29137.86-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 35.35%
GREEN value IS 153 (60.16% from 255) = 30.91%
BLUE value IS 167 (65.62% from 255) = 33.74%
R=35.35%
G=30.91%
B=33.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.05
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17515316700.130.050.31321.8212.0964.31
HexAF99A70D51F142c40
Octal25723124701553750214100
Binary101011111001100110100111011011011111110100001011001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF99A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF99A7; }

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

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

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

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

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

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

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

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