Html Css Color HEX #9CABAA Hit Grey

📋 copy color: '#9CABAA'

red 156 ◦ green 171 ◦ blue 170

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

Shades of Hit Grey #9CABAA

Tints of Hit Grey #9CABAA

RGB

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

 GREEN value IS 171 (67.19% from 255) = 34.41%

 BLUE value IS 170 (66.8% from 255) = 34.21%

R = 31.39%
G = 34.41%
B = 34.21%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.01

 K value IS 0.33

RGB Variations

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

Color information

#9CABAA (or 0x9CABAA) is known color: Hit Grey. HEX triplet: 9C, AB and AA. RGB value is (156,171,170). Sum of RGB (Red+Green+Blue) = 156+171+170=497 (65% of max value = 765). Red value is 156 (61.33% from 255 or 31.39% from 497); Green value is 171 (67.19% from 255 or 34.41% from 497); Blue value is 170 (66.80% from 255 or 34.21% from 497); Max value from RGB is 171 - color contains mainly: green. Hex color #9CABAA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9CABAA is #635455. Grayscale: #A6A6A6. Windows color (decimal): -6509654 or 11185052. OLE color: 11185052.

HSL color Cylindrical-coordinate representation of color #9CABAA: hue angle of 176º degrees, saturation: 0.08, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #9CABAA is Cyan = 0.09, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.33.

Color convert

RGB 156 171 170 -
CMYK 0.09 0 0.01 0.33
HSL 176º 0.08% 0.64% -
HSV(B) 176º 0.09% 0.67% -
XYZ 35.53 39.1 43.7 -
YUV 166.4 130.03 120.58 -
System Red Green Blue C M Y K H S L
Decimal 156 171 170 0.09 0 0.01 0.33 176 0.08 0.64
Hex 9C AB AA 9 0 1 21 B0 8 40
Octal 234 253 252 11 0 1 41 260 10 100
Binary 10011100 10101011 10101010 1001 0 1 100001 10110000 1000 1000000

Color Harmonies of #9CABAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9CABAA

Black with #9CABAA

Text Example


Text Example

White with #9CABAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,171,170); }

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

background-color css

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

 a { background-color: rgb(156,171,170); }

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

border-color css

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

 span { border-color: rgb(156,171,170); }

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