#A0969E

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

Shades of London Hue #A0969E

Tints of London Hue #A0969E

Color information

#A0969E (or 0xA0969E) is unknown color: approx London Hue. HEX triplet: A0, 96 and 9E. RGB value is (160,150,158). Sum of RGB (Red+Green+Blue) = 160+150+158=468 (61% of max value = 765). Red value is 160 (62.89% from 255 or 34.19% from 468); Green value is 150 (58.98% from 255 or 32.05% from 468); Blue value is 158 (62.11% from 255 or 33.76% from 468); Max value from RGB is 160 - color contains mainly: red. Hex color #A0969E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A0969E is #5F6961. Grayscale: #999999. Windows color (decimal): -6252898 or 10393248. OLE color: 10393248.

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

Color convert

RGB160150158-
CMYK00.060.010.37
HSL312º5%60.78%-
HSV(B)312º6.25%62.75%-
XYZ31.5831.7536.81-
YUV153.9130.31132.35-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 34.19%
GREEN value IS 150 (58.98% from 255) = 32.05%
BLUE value IS 158 (62.11% from 255) = 33.76%
R=34.19%
G=32.05%
B=33.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.01
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16015015800.060.010.37312560.78
HexA0969E0612513853d
Octal24022623606145470575
Binary10100000100101101001111001101100101100111000101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0969E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0969E; }

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

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

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

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

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

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

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

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