#9D9AA3

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

Shades of Grey Suit #9D9AA3

Tints of Grey Suit #9D9AA3

Color information

#9D9AA3 (or 0x9D9AA3) is unknown color: approx Grey Suit. HEX triplet: 9D, 9A and A3. RGB value is (157,154,163). Sum of RGB (Red+Green+Blue) = 157+154+163=474 (62% of max value = 765). Red value is 157 (61.72% from 255 or 33.12% from 474); Green value is 154 (60.55% from 255 or 32.49% from 474); Blue value is 163 (64.06% from 255 or 34.39% from 474); Max value from RGB is 163 - color contains mainly: blue. Hex color #9D9AA3 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9D9AA3 is #62655C. Grayscale: #9B9B9B. Windows color (decimal): -6448477 or 10721949. OLE color: 10721949.

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

Color convert

RGB157154163-
CMYK0.040.0600.36
HSL260º4.66%62.16%-
HSV(B)260º5.52%63.92%-
XYZ32.0732.9239.31-
YUV155.92131.99128.77-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 33.12%
GREEN value IS 154 (60.55% from 255) = 32.49%
BLUE value IS 163 (64.06% from 255) = 34.39%
R=33.12%
G=32.49%
B=34.39%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1571541630.040.0600.362604.6662.16
Hex9D9AA34602410453e
Octal23523224346044404576
Binary1001110110011010101000111001100100100100000100101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D9AA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,154,163); }

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

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

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

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

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

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

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