#AF92AE

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

Shades of London Hue #AF92AE

Tints of London Hue #AF92AE

Color information

#AF92AE (or 0xAF92AE) is unknown color: approx London Hue. HEX triplet: AF, 92 and AE. RGB value is (175,146,174). Sum of RGB (Red+Green+Blue) = 175+146+174=495 (65% of max value = 765). Red value is 175 (68.75% from 255 or 35.35% from 495); Green value is 146 (57.42% from 255 or 29.49% from 495); Blue value is 174 (68.36% from 255 or 35.15% from 495); Max value from RGB is 175 - color contains mainly: red. Hex color #AF92AE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF92AE is #506D51. Grayscale: #9D9D9D. Windows color (decimal): -5270866 or 11440815. OLE color: 11440815.

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

Color convert

RGB175146174-
CMYK00.170.010.31
HSL302.07º15.34%62.94%-
HSV(B)302.07º16.57%68.63%-
XYZ35.632.7344.49-
YUV157.86137.11140.22-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 35.35%
GREEN value IS 146 (57.42% from 255) = 29.49%
BLUE value IS 174 (68.36% from 255) = 35.15%
R=35.35%
G=29.49%
B=35.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.01
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17514617400.170.010.31302.0715.3462.94
HexAF92AE01111F12ef3f
Octal2572222560211374561777
Binary1010111110010010101011100100011111111001011101111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF92AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF92AE; }

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

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

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

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

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

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

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

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