#AF95A6

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

Shades of London Hue #AF95A6

Tints of London Hue #AF95A6

Color information

#AF95A6 (or 0xAF95A6) is unknown color: approx London Hue. HEX triplet: AF, 95 and A6. RGB value is (175,149,166). Sum of RGB (Red+Green+Blue) = 175+149+166=490 (64% of max value = 765). Red value is 175 (68.75% from 255 or 35.71% from 490); Green value is 149 (58.59% from 255 or 30.41% from 490); Blue value is 166 (65.23% from 255 or 33.88% from 490); Max value from RGB is 175 - color contains mainly: red. Hex color #AF95A6 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF95A6 is #506A59. Grayscale: #9E9E9E. Windows color (decimal): -5270106 or 10917295. OLE color: 10917295.

HSL color Cylindrical-coordinate representation of color #AF95A6: hue angle of 320.77º degrees, saturation: 0.14, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #AF95A6 is Cyan = 0, Magento = 0.15, Yellow = 0.05 and Black (K on CMYK) = 0.31.

Color convert

RGB175149166-
CMYK00.150.050.31
HSL320.77º13.98%63.53%-
HSV(B)320.77º14.86%68.63%-
XYZ35.3133.3640.65-
YUV158.71132.11139.62-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 35.71%
GREEN value IS 149 (58.59% from 255) = 30.41%
BLUE value IS 166 (65.23% from 255) = 33.88%
R=35.71%
G=30.41%
B=33.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.05
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17514916600.150.050.31320.7713.9863.53
HexAF95A60F51F141e40
Octal25722524601753750116100
Binary101011111001010110100110011111011111110100000111101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF95A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF95A6; }

 p { color: rgb(175,149,166); }

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

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

 a { background-color: rgb(175,149,166); }

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

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

 span { border-color: rgb(175,149,166); }

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