#9690AA

Color #9690AA Grey Suit (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Grey Suit #9690AA

Tints of Grey Suit #9690AA

Color information

#9690AA (or 0x9690AA) is unknown color: approx Grey Suit. HEX triplet: 96, 90 and AA. RGB value is (150,144,170). Sum of RGB (Red+Green+Blue) = 150+144+170=464 (61% of max value = 765). Red value is 150 (58.98% from 255 or 32.33% from 464); Green value is 144 (56.64% from 255 or 31.03% from 464); Blue value is 170 (66.80% from 255 or 36.64% from 464); Max value from RGB is 170 - color contains mainly: blue. Hex color #9690AA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9690AA is #696F55. Grayscale: #949494. Windows color (decimal): -6909782 or 11178134. OLE color: 11178134.

HSL color Cylindrical-coordinate representation of color #9690AA: hue angle of 253.85º degrees, saturation: 0.13, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #9690AA is Cyan = 0.12, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB150144170-
CMYK0.120.1500.33
HSL253.85º13.27%61.57%-
HSV(B)253.85º15.29%66.67%-
XYZ29.8129.3342.12-
YUV148.76139.99128.89-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 32.33%
GREEN value IS 144 (56.64% from 255) = 31.03%
BLUE value IS 170 (66.80% from 255) = 36.64%
R=32.33%
G=31.03%
B=36.64%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1501441700.120.1500.33253.8513.2761.57
Hex9690AACF021fed3e
Octal22622025214170413761576
Binary100101101001000010101010110011110100001111111101101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9690AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9690AA; }

 p { color: rgb(150,144,170); }

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

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

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

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

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

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

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