Html Css Color HEX #9CA5A4 Hit Grey

📋 copy color: '#9CA5A4'

red 156 ◦ green 165 ◦ blue 164

#9CA5A4
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Hit Grey #9CA5A4

Tints of Hit Grey #9CA5A4

RGB

 RED value IS 156 (61.33% from 255) = 32.16%

 GREEN value IS 165 (64.84% from 255) = 34.02%

 BLUE value IS 164 (64.45% from 255) = 33.81%

R = 32.16%
G = 34.02%
B = 33.81%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.01

 K value IS 0.35

RGB Variations

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

Color information

#9CA5A4 (or 0x9CA5A4) is known color: Hit Grey. HEX triplet: 9C, A5 and A4. RGB value is (156,165,164). Sum of RGB (Red+Green+Blue) = 156+165+164=485 (64% of max value = 765). Red value is 156 (61.33% from 255 or 32.16% from 485); Green value is 165 (64.84% from 255 or 34.02% from 485); Blue value is 164 (64.45% from 255 or 33.81% from 485); Max value from RGB is 165 - color contains mainly: green. Hex color #9CA5A4 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9CA5A4 is #635A5B. Grayscale: #A2A2A2. Windows color (decimal): -6511196 or 10790300. OLE color: 10790300.

HSL color Cylindrical-coordinate representation of color #9CA5A4: hue angle of 173.33º degrees, saturation: 0.05, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #9CA5A4 is Cyan = 0.05, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.35.

Color convert

RGB 156 165 164 -
CMYK 0.05 0 0.01 0.35
HSL 173.33º 0.05% 0.63% -
HSV(B) 173.33º 0.05% 0.65% -
XYZ 33.87 36.66 40.41 -
YUV 162.2 129.02 123.58 -
System Red Green Blue C M Y K H S L
Decimal 156 165 164 0.05 0 0.01 0.35 173.33 0.05 0.63
Hex 9C A5 A4 5 0 1 23 AD 5 3F
Octal 234 245 244 5 0 1 43 255 5 77
Binary 10011100 10100101 10100100 101 0 1 100011 10101101 101 111111

Color Harmonies of #9CA5A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9CA5A4

Black with #9CA5A4

Text Example


Text Example

White with #9CA5A4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,165,164); }

 H1.HeaderClassName
 {
   color: #9CA5A4;
 }
 .AnyTagClassName
 {
   color: #9CA5A4;
 }
</style>

background-color css

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

 a { background-color: rgb(156,165,164); }

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

border-color css

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

 span { border-color: rgb(156,165,164); }

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