#AF9CA9

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

Shades of London Hue #AF9CA9

Tints of London Hue #AF9CA9

Color information

#AF9CA9 (or 0xAF9CA9) is unknown color: approx London Hue. HEX triplet: AF, 9C and A9. RGB value is (175,156,169). Sum of RGB (Red+Green+Blue) = 175+156+169=500 (66% of max value = 765). Red value is 175 (68.75% from 255 or 35% from 500); Green value is 156 (61.33% from 255 or 31.2% from 500); Blue value is 169 (66.41% from 255 or 33.8% from 500); Max value from RGB is 175 - color contains mainly: red. Hex color #AF9CA9 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF9CA9 is #506356. Grayscale: #A3A3A3. Windows color (decimal): -5268311 or 11115695. OLE color: 11115695.

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

Color convert

RGB175156169-
CMYK00.110.030.31
HSL318.95º10.61%64.9%-
HSV(B)318.95º10.86%68.63%-
XYZ36.7335.7642.5-
YUV163.16131.29136.44-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 35%
GREEN value IS 156 (61.33% from 255) = 31.2%
BLUE value IS 169 (66.41% from 255) = 33.8%
R=35%
G=31.2%
B=33.8%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.03
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17515616900.110.030.31318.9510.6164.9
HexAF9CA90B31F13fb41
Octal25723425101333747713101
Binary10101111100111001010100101011111111110011111110111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF9CA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF9CA9; }

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

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

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

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

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

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

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

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