#9A969A

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

Shades of London Hue #9A969A

Tints of London Hue #9A969A

Color information

#9A969A (or 0x9A969A) is unknown color: approx London Hue. HEX triplet: 9A, 96 and 9A. RGB value is (154,150,154). Sum of RGB (Red+Green+Blue) = 154+150+154=458 (60% of max value = 765). Red value is 154 (60.55% from 255 or 33.62% from 458); Green value is 150 (58.98% from 255 or 32.75% from 458); Blue value is 154 (60.55% from 255 or 33.62% from 458); Max value from RGB is 154 - color contains mainly: red, blue. Hex color #9A969A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9A969A is #656965. Grayscale: #979797. Windows color (decimal): -6646118 or 10131098. OLE color: 10131098.

HSL color Cylindrical-coordinate representation of color #9A969A: hue angle of 300º degrees, saturation: 0.02, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #9A969A is Cyan = 0, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB154150154-
CMYK00.0300.40
HSL300º1.94%59.61%-
HSV(B)300º2.6%60.39%-
XYZ30.0731.0234.97-
YUV151.65129.33129.67-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 33.62%
GREEN value IS 150 (58.98% from 255) = 32.75%
BLUE value IS 154 (60.55% from 255) = 33.62%
R=33.62%
G=32.75%
B=33.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal15415015400.0300.403001.9459.61
Hex9A969A0302812c23c
Octal23222623203050454274
Binary100110101001011010011010011010100010010110010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A969A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9A969A; }

 p { color: rgb(154,150,154); }

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

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

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

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

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

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

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