#A0829E

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

Shades of London Hue #A0829E

Tints of London Hue #A0829E

Color information

#A0829E (or 0xA0829E) is unknown color: approx London Hue. HEX triplet: A0, 82 and 9E. RGB value is (160,130,158). Sum of RGB (Red+Green+Blue) = 160+130+158=448 (59% of max value = 765). Red value is 160 (62.89% from 255 or 35.71% from 448); Green value is 130 (51.17% from 255 or 29.02% from 448); Blue value is 158 (62.11% from 255 or 35.27% from 448); Max value from RGB is 160 - color contains mainly: red. Hex color #A0829E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A0829E is #5F7D61. Grayscale: #8E8E8E. Windows color (decimal): -6258018 or 10388128. OLE color: 10388128.

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

Color convert

RGB160130158-
CMYK00.190.010.37
HSL304º13.64%56.86%-
HSV(B)304º18.75%62.75%-
XYZ28.6525.9135.84-
YUV142.16136.94140.72-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 35.71%
GREEN value IS 130 (51.17% from 255) = 29.02%
BLUE value IS 158 (62.11% from 255) = 35.27%
R=35.71%
G=29.02%
B=35.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.01
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16013015800.190.010.3730413.6456.86
HexA0829E013125130e39
Octal2402022360231454601671
Binary10100000100000101001111001001111001011001100001110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0829E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0829E; }

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

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

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

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

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

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

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

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