#A0849E

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

Shades of London Hue #A0849E

Tints of London Hue #A0849E

Color information

#A0849E (or 0xA0849E) is unknown color: approx London Hue. HEX triplet: A0, 84 and 9E. RGB value is (160,132,158). Sum of RGB (Red+Green+Blue) = 160+132+158=450 (59% of max value = 765). Red value is 160 (62.89% from 255 or 35.56% from 450); Green value is 132 (51.95% from 255 or 29.33% from 450); Blue value is 158 (62.11% from 255 or 35.11% from 450); Max value from RGB is 160 - color contains mainly: red. Hex color #A0849E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A0849E is #5F7B61. Grayscale: #8F8F8F. Windows color (decimal): -6257506 or 10388640. OLE color: 10388640.

HSL color Cylindrical-coordinate representation of color #A0849E: hue angle of 304.29º degrees, saturation: 0.13, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #A0849E is Cyan = 0, Magento = 0.17, Yellow = 0.01 and Black (K on CMYK) = 0.37.

Color convert

RGB160132158-
CMYK00.170.010.37
HSL304.29º12.84%57.25%-
HSV(B)304.29º17.5%62.75%-
XYZ28.9226.4435.93-
YUV143.34136.28139.89-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 35.56%
GREEN value IS 132 (51.95% from 255) = 29.33%
BLUE value IS 158 (62.11% from 255) = 35.11%
R=35.56%
G=29.33%
B=35.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.01
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16013215800.170.010.37304.2912.8457.25
HexA0849E011125130d39
Octal2402042360211454601571
Binary10100000100001001001111001000111001011001100001101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0849E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0849E; }

 p { color: rgb(160,132,158); }

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

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

 a { background-color: rgb(160,132,158); }

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

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

 span { border-color: rgb(160,132,158); }

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