#A292A1

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

Shades of London Hue #A292A1

Tints of London Hue #A292A1

Color information

#A292A1 (or 0xA292A1) is unknown color: approx London Hue. HEX triplet: A2, 92 and A1. RGB value is (162,146,161). Sum of RGB (Red+Green+Blue) = 162+146+161=469 (62% of max value = 765). Red value is 162 (63.67% from 255 or 34.54% from 469); Green value is 146 (57.42% from 255 or 31.13% from 469); Blue value is 161 (63.28% from 255 or 34.33% from 469); Max value from RGB is 162 - color contains mainly: red. Hex color #A292A1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A292A1 is #5D6D5E. Grayscale: #989898. Windows color (decimal): -6122847 or 10588834. OLE color: 10588834.

HSL color Cylindrical-coordinate representation of color #A292A1: hue angle of 303.75º degrees, saturation: 0.08, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #A292A1 is Cyan = 0, Magento = 0.10, Yellow = 0.01 and Black (K on CMYK) = 0.36.

Color convert

RGB162146161-
CMYK00.100.010.36
HSL303.75º7.92%60.39%-
HSV(B)303.75º9.88%63.53%-
XYZ31.6130.8138-
YUV152.49132.8134.78-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 34.54%
GREEN value IS 146 (57.42% from 255) = 31.13%
BLUE value IS 161 (63.28% from 255) = 34.33%
R=34.54%
G=31.13%
B=34.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.01
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16214616100.100.010.36303.757.9260.39
HexA292A10A12413083c
Octal2422222410121444601074
Binary1010001010010010101000010101011001001001100001000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A292A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A292A1; }

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

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

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

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

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

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

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

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