#AF8AA6

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

Shades of London Hue #AF8AA6

Tints of London Hue #AF8AA6

Color information

#AF8AA6 (or 0xAF8AA6) is unknown color: approx London Hue. HEX triplet: AF, 8A and A6. RGB value is (175,138,166). Sum of RGB (Red+Green+Blue) = 175+138+166=479 (63% of max value = 765). Red value is 175 (68.75% from 255 or 36.53% from 479); Green value is 138 (54.30% from 255 or 28.81% from 479); Blue value is 166 (65.23% from 255 or 34.66% from 479); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8AA6 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF8AA6 is #507559. Grayscale: #989898. Windows color (decimal): -5272922 or 10914479. OLE color: 10914479.

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

Color convert

RGB175138166-
CMYK00.210.050.31
HSL314.59º18.78%61.37%-
HSV(B)314.59º21.14%68.63%-
XYZ33.6530.0440.1-
YUV152.26135.76144.22-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 36.53%
GREEN value IS 138 (54.30% from 255) = 28.81%
BLUE value IS 166 (65.23% from 255) = 34.66%
R=36.53%
G=28.81%
B=34.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.05
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17513816600.210.050.31314.5918.7861.37
HexAF8AA601551F13b133d
Octal2572122460255374732375
Binary1010111110001010101001100101011011111110011101110011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF8AA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF8AA6; }

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

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

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

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

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

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

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

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