#9C9AA2

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

Shades of Grey Suit #9C9AA2

Tints of Grey Suit #9C9AA2

Color information

#9C9AA2 (or 0x9C9AA2) is unknown color: approx Grey Suit. HEX triplet: 9C, 9A and A2. RGB value is (156,154,162). Sum of RGB (Red+Green+Blue) = 156+154+162=472 (62% of max value = 765). Red value is 156 (61.33% from 255 or 33.05% from 472); Green value is 154 (60.55% from 255 or 32.63% from 472); Blue value is 162 (63.67% from 255 or 34.32% from 472); Max value from RGB is 162 - color contains mainly: blue. Hex color #9C9AA2 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9C9AA2 is #63655D. Grayscale: #9B9B9B. Windows color (decimal): -6514014 or 10656412. OLE color: 10656412.

HSL color Cylindrical-coordinate representation of color #9C9AA2: hue angle of 255º degrees, saturation: 0.04, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #9C9AA2 is Cyan = 0.04, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB156154162-
CMYK0.040.0500.36
HSL255º4.12%61.96%-
HSV(B)255º4.94%63.53%-
XYZ31.7932.7938.84-
YUV155.51131.66128.35-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 33.05%
GREEN value IS 154 (60.55% from 255) = 32.63%
BLUE value IS 162 (63.67% from 255) = 34.32%
R=33.05%
G=32.63%
B=34.32%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1561541620.040.0500.362554.1261.96
Hex9C9AA245024ff43e
Octal23423224245044377476
Binary100111001001101010100010100101010010011111111100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C9AA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,154,162); }

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

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

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

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

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

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

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