#9CA8A7

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

Shades of Hit Grey #9CA8A7

Tints of Hit Grey #9CA8A7

Color information

#9CA8A7 (or 0x9CA8A7) is unknown color: approx Hit Grey. HEX triplet: 9C, A8 and A7. RGB value is (156,168,167). Sum of RGB (Red+Green+Blue) = 156+168+167=491 (65% of max value = 765). Red value is 156 (61.33% from 255 or 31.77% from 491); Green value is 168 (66.02% from 255 or 34.22% from 491); Blue value is 167 (65.62% from 255 or 34.01% from 491); Max value from RGB is 168 - color contains mainly: green. Hex color #9CA8A7 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9CA8A7 is #635758. Grayscale: #A4A4A4. Windows color (decimal): -6510425 or 10987676. OLE color: 10987676.

HSL color Cylindrical-coordinate representation of color #9CA8A7: hue angle of 175º degrees, saturation: 0.06, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #9CA8A7 is Cyan = 0.07, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.34.

Color convert

RGB156168167-
CMYK0.0700.010.34
HSL175º6.45%63.53%-
HSV(B)175º7.14%65.88%-
XYZ34.6937.8642.04-
YUV164.3129.52122.08-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 31.77%
GREEN value IS 168 (66.02% from 255) = 34.22%
BLUE value IS 167 (65.62% from 255) = 34.01%
R=31.77%
G=34.22%
B=34.01%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1561681670.0700.010.341756.4563.53
Hex9CA8A770122af640
Octal234250247701422576100
Binary10011100101010001010011111101100010101011111101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CA8A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,168,167); }

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

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

 a { background-color: rgb(156,168,167); }

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

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

 span { border-color: rgb(156,168,167); }

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