#AF98AE

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

Shades of London Hue #AF98AE

Tints of London Hue #AF98AE

Color information

#AF98AE (or 0xAF98AE) is unknown color: approx London Hue. HEX triplet: AF, 98 and AE. RGB value is (175,152,174). Sum of RGB (Red+Green+Blue) = 175+152+174=501 (66% of max value = 765). Red value is 175 (68.75% from 255 or 34.93% from 501); Green value is 152 (59.77% from 255 or 30.34% from 501); Blue value is 174 (68.36% from 255 or 34.73% from 501); Max value from RGB is 175 - color contains mainly: red. Hex color #AF98AE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF98AE is #506751. Grayscale: #A1A1A1. Windows color (decimal): -5269330 or 11442351. OLE color: 11442351.

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

Color convert

RGB175152174-
CMYK00.130.010.31
HSL302.61º12.57%64.12%-
HSV(B)302.61º13.14%68.63%-
XYZ36.5534.6344.8-
YUV161.38135.12137.71-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 34.93%
GREEN value IS 152 (59.77% from 255) = 30.34%
BLUE value IS 174 (68.36% from 255) = 34.73%
R=34.93%
G=30.34%
B=34.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.01
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17515217400.130.010.31302.6112.5764.12
HexAF98AE0D11F12fd40
Octal25723025601513745715100
Binary1010111110011000101011100110111111110010111111011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF98AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF98AE; }

 p { color: rgb(175,152,174); }

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

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

 a { background-color: rgb(175,152,174); }

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

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

 span { border-color: rgb(175,152,174); }

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