#A299A0

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

Shades of London Hue #A299A0

Tints of London Hue #A299A0

Color information

#A299A0 (or 0xA299A0) is unknown color: approx London Hue. HEX triplet: A2, 99 and A0. RGB value is (162,153,160). Sum of RGB (Red+Green+Blue) = 162+153+160=475 (62% of max value = 765). Red value is 162 (63.67% from 255 or 34.11% from 475); Green value is 153 (60.16% from 255 or 32.21% from 475); Blue value is 160 (62.89% from 255 or 33.68% from 475); Max value from RGB is 162 - color contains mainly: red. Hex color #A299A0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A299A0 is #5D665F. Grayscale: #9C9C9C. Windows color (decimal): -6121056 or 10525090. OLE color: 10525090.

HSL color Cylindrical-coordinate representation of color #A299A0: hue angle of 313.33º degrees, saturation: 0.05, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #A299A0 is Cyan = 0, Magento = 0.06, Yellow = 0.01 and Black (K on CMYK) = 0.36.

Color convert

RGB162153160-
CMYK00.060.010.36
HSL313.33º4.62%61.76%-
HSV(B)313.33º5.56%63.53%-
XYZ32.643337.91-
YUV156.49129.98131.93-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 34.11%
GREEN value IS 153 (60.16% from 255) = 32.21%
BLUE value IS 160 (62.89% from 255) = 33.68%
R=34.11%
G=32.21%
B=33.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.01
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16215316000.060.010.36313.334.6261.76
HexA299A00612413953e
Octal24223124006144471576
Binary10100010100110011010000001101100100100111001101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A299A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A299A0; }

 p { color: rgb(162,153,160); }

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

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

 a { background-color: rgb(162,153,160); }

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

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

 span { border-color: rgb(162,153,160); }

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