#A992A2

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

Shades of London Hue #A992A2

Tints of London Hue #A992A2

Color information

#A992A2 (or 0xA992A2) is unknown color: approx London Hue. HEX triplet: A9, 92 and A2. RGB value is (169,146,162). Sum of RGB (Red+Green+Blue) = 169+146+162=477 (63% of max value = 765). Red value is 169 (66.41% from 255 or 35.43% from 477); Green value is 146 (57.42% from 255 or 30.61% from 477); Blue value is 162 (63.67% from 255 or 33.96% from 477); Max value from RGB is 169 - color contains mainly: red. Hex color #A992A2 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A992A2 is #566D5D. Grayscale: #9A9A9A. Windows color (decimal): -5664094 or 10654377. OLE color: 10654377.

HSL color Cylindrical-coordinate representation of color #A992A2: hue angle of 318.26º degrees, saturation: 0.12, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #A992A2 is Cyan = 0, Magento = 0.14, Yellow = 0.04 and Black (K on CMYK) = 0.34.

Color convert

RGB169146162-
CMYK00.140.040.34
HSL318.26º11.79%61.76%-
HSV(B)318.26º13.61%66.27%-
XYZ33.1631.638.53-
YUV154.7132.12138.2-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 35.43%
GREEN value IS 146 (57.42% from 255) = 30.61%
BLUE value IS 162 (63.67% from 255) = 33.96%
R=35.43%
G=30.61%
B=33.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.04
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16914616200.140.040.34318.2611.7961.76
HexA992A20E42213ec3e
Octal2512222420164424761476
Binary101010011001001010100010011101001000101001111101100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A992A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A992A2; }

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

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

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

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

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

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

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

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