#AF92AB

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

Shades of London Hue #AF92AB

Tints of London Hue #AF92AB

Color information

#AF92AB (or 0xAF92AB) is unknown color: approx London Hue. HEX triplet: AF, 92 and AB. RGB value is (175,146,171). Sum of RGB (Red+Green+Blue) = 175+146+171=492 (65% of max value = 765). Red value is 175 (68.75% from 255 or 35.57% from 492); Green value is 146 (57.42% from 255 or 29.67% from 492); Blue value is 171 (67.19% from 255 or 34.76% from 492); Max value from RGB is 175 - color contains mainly: red. Hex color #AF92AB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF92AB is #506D54. Grayscale: #9D9D9D. Windows color (decimal): -5270869 or 11244207. OLE color: 11244207.

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

Color convert

RGB175146171-
CMYK00.170.020.31
HSL308.28º15.34%62.94%-
HSV(B)308.28º16.57%68.63%-
XYZ35.3132.6142.96-
YUV157.52135.61140.47-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 35.57%
GREEN value IS 146 (57.42% from 255) = 29.67%
BLUE value IS 171 (67.19% from 255) = 34.76%
R=35.57%
G=29.67%
B=34.76%

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
Decimal17514617100.170.020.31308.2815.3462.94
HexAF92AB01121F134f3f
Octal2572222530212374641777
Binary10101111100100101010101101000110111111001101001111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF92AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF92AB; }

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

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

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

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

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

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

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

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