#AF92AC

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

Shades of London Hue #AF92AC

Tints of London Hue #AF92AC

Color information

#AF92AC (or 0xAF92AC) is unknown color: approx London Hue. HEX triplet: AF, 92 and AC. RGB value is (175,146,172). Sum of RGB (Red+Green+Blue) = 175+146+172=493 (65% of max value = 765). Red value is 175 (68.75% from 255 or 35.50% from 493); Green value is 146 (57.42% from 255 or 29.61% from 493); Blue value is 172 (67.58% from 255 or 34.89% from 493); Max value from RGB is 175 - color contains mainly: red. Hex color #AF92AC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF92AC is #506D53. Grayscale: #9D9D9D. Windows color (decimal): -5270868 or 11309743. OLE color: 11309743.

HSL color Cylindrical-coordinate representation of color #AF92AC: hue angle of 306.21º 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 #AF92AC is Cyan = 0, Magento = 0.17, Yellow = 0.02 and Black (K on CMYK) = 0.31.

Color convert

RGB175146172-
CMYK00.170.020.31
HSL306.21º15.34%62.94%-
HSV(B)306.21º16.57%68.63%-
XYZ35.432.6543.47-
YUV157.64136.11140.39-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 35.50%
GREEN value IS 146 (57.42% from 255) = 29.61%
BLUE value IS 172 (67.58% from 255) = 34.89%
R=35.50%
G=29.61%
B=34.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.02
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17514617200.170.020.31306.2115.3462.94
HexAF92AC01121F132f3f
Octal2572222540212374621777
Binary10101111100100101010110001000110111111001100101111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF92AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF92AC; }

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

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

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

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

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

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

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

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