#AF9DA9

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

Shades of London Hue #AF9DA9

Tints of London Hue #AF9DA9

Color information

#AF9DA9 (or 0xAF9DA9) is unknown color: approx London Hue. HEX triplet: AF, 9D and A9. RGB value is (175,157,169). Sum of RGB (Red+Green+Blue) = 175+157+169=501 (66% of max value = 765). Red value is 175 (68.75% from 255 or 34.93% from 501); Green value is 157 (61.72% from 255 or 31.34% from 501); Blue value is 169 (66.41% from 255 or 33.73% from 501); Max value from RGB is 175 - color contains mainly: red. Hex color #AF9DA9 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF9DA9 is #506256. Grayscale: #A3A3A3. Windows color (decimal): -5268055 or 11115951. OLE color: 11115951.

HSL color Cylindrical-coordinate representation of color #AF9DA9: hue angle of 320º degrees, saturation: 0.1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #AF9DA9 is Cyan = 0, Magento = 0.10, Yellow = 0.03 and Black (K on CMYK) = 0.31.

Color convert

RGB175157169-
CMYK00.100.030.31
HSL320º10.11%65.1%-
HSV(B)320º10.29%68.63%-
XYZ36.936.0942.56-
YUV163.75130.96136.02-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 34.93%
GREEN value IS 157 (61.72% from 255) = 31.34%
BLUE value IS 169 (66.41% from 255) = 33.73%
R=34.93%
G=31.34%
B=33.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.03
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17515716900.100.030.3132010.1165.1
HexAF9DA90A31F140a41
Octal25723525101233750012101
Binary10101111100111011010100101010111111110100000010101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF9DA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF9DA9; }

 p { color: rgb(175,157,169); }

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

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

 a { background-color: rgb(175,157,169); }

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

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

 span { border-color: rgb(175,157,169); }

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