#AF9FAB

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

Shades of London Hue #AF9FAB

Tints of London Hue #AF9FAB

Color information

#AF9FAB (or 0xAF9FAB) is unknown color: approx London Hue. HEX triplet: AF, 9F and AB. RGB value is (175,159,171). Sum of RGB (Red+Green+Blue) = 175+159+171=505 (66% of max value = 765). Red value is 175 (68.75% from 255 or 34.65% from 505); Green value is 159 (62.5% from 255 or 31.49% from 505); Blue value is 171 (67.19% from 255 or 33.86% from 505); Max value from RGB is 175 - color contains mainly: red. Hex color #AF9FAB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF9FAB is #506054. Grayscale: #A5A5A5. Windows color (decimal): -5267541 or 11247535. OLE color: 11247535.

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

Color convert

RGB175159171-
CMYK00.090.020.31
HSL315º9.09%65.49%-
HSV(B)315º9.14%68.63%-
XYZ37.4336.8543.67-
YUV165.15131.3135.02-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 34.65%
GREEN value IS 159 (62.5% from 255) = 31.49%
BLUE value IS 171 (67.19% from 255) = 33.86%
R=34.65%
G=31.49%
B=33.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.02
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17515917100.090.020.313159.0965.49
HexAF9FAB0921F13b941
Octal25723725301123747311101
Binary10101111100111111010101101001101111110011101110011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF9FAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF9FAB; }

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

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

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

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

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

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

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

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