#A992AB

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

Shades of London Hue #A992AB

Tints of London Hue #A992AB

Color information

#A992AB (or 0xA992AB) is unknown color: approx London Hue. HEX triplet: A9, 92 and AB. RGB value is (169,146,171). Sum of RGB (Red+Green+Blue) = 169+146+171=486 (64% of max value = 765). Red value is 169 (66.41% from 255 or 34.77% from 486); Green value is 146 (57.42% from 255 or 30.04% from 486); Blue value is 171 (67.19% from 255 or 35.19% from 486); Max value from RGB is 171 - color contains mainly: blue. Hex color #A992AB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A992AB is #566D54. Grayscale: #9B9B9B. Windows color (decimal): -5664085 or 11244201. OLE color: 11244201.

HSL color Cylindrical-coordinate representation of color #A992AB: hue angle of 295.2º degrees, saturation: 0.13, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #A992AB is Cyan = 0.01, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB169146171-
CMYK0.010.1500.33
HSL295.2º12.95%62.16%-
HSV(B)295.2º14.62%67.06%-
XYZ33.9931.9342.9-
YUV155.73136.62137.47-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 34.77%
GREEN value IS 146 (57.42% from 255) = 30.04%
BLUE value IS 171 (67.19% from 255) = 35.19%
R=34.77%
G=30.04%
B=35.19%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1691461710.010.1500.33295.212.9562.16
HexA992AB1F021127d3e
Octal2512222531170414471576
Binary1010100110010010101010111111101000011001001111101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A992AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A992AB; }

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

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

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

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

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

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

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

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