#A296A0

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

Shades of London Hue #A296A0

Tints of London Hue #A296A0

Color information

#A296A0 (or 0xA296A0) is unknown color: approx London Hue. HEX triplet: A2, 96 and A0. RGB value is (162,150,160). Sum of RGB (Red+Green+Blue) = 162+150+160=472 (62% of max value = 765). Red value is 162 (63.67% from 255 or 34.32% from 472); Green value is 150 (58.98% from 255 or 31.78% from 472); Blue value is 160 (62.89% from 255 or 33.90% from 472); Max value from RGB is 162 - color contains mainly: red. Hex color #A296A0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A296A0 is #5D695F. Grayscale: #9A9A9A. Windows color (decimal): -6121824 or 10524322. OLE color: 10524322.

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

Color convert

RGB162150160-
CMYK00.070.010.36
HSL310º6.06%61.18%-
HSV(B)310º7.41%63.53%-
XYZ32.1532.0337.75-
YUV154.73130.98133.19-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 34.32%
GREEN value IS 150 (58.98% from 255) = 31.78%
BLUE value IS 160 (62.89% from 255) = 33.90%
R=34.32%
G=31.78%
B=33.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.01
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16215016000.070.010.363106.0661.18
HexA296A00712413663d
Octal24222624007144466675
Binary10100010100101101010000001111100100100110110110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A296A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A296A0; }

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

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

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

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

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

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

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

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