Html Css Color HEX #9FABAA Hit Grey

📋 copy color: '#9FABAA'

red 159 ◦ green 171 ◦ blue 170

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

Shades of Hit Grey #9FABAA

Tints of Hit Grey #9FABAA

RGB

 RED value IS 159 (62.5% from 255) = 31.8%

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

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

R = 31.8%
G = 34.2%
B = 34%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.01

 K value IS 0.33

RGB Variations

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

Color information

#9FABAA (or 0x9FABAA) is known color: Hit Grey. HEX triplet: 9F, AB and AA. RGB value is (159,171,170). Sum of RGB (Red+Green+Blue) = 159+171+170=500 (66% of max value = 765). Red value is 159 (62.5% from 255 or 31.8% from 500); Green value is 171 (67.19% from 255 or 34.2% from 500); Blue value is 170 (66.80% from 255 or 34% from 500); Max value from RGB is 171 - color contains mainly: green. Hex color #9FABAA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9FABAA is #605455. Grayscale: #A7A7A7. Windows color (decimal): -6313046 or 11185055. OLE color: 11185055.

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

Color convert

RGB 159 171 170 -
CMYK 0.07 0 0.01 0.33
HSL 175º 0.07% 0.65% -
HSV(B) 175º 0.07% 0.67% -
XYZ 36.12 39.4 43.73 -
YUV 167.3 129.52 122.08 -
System Red Green Blue C M Y K H S L
Decimal 159 171 170 0.07 0 0.01 0.33 175 0.07 0.65
Hex 9F AB AA 7 0 1 21 AF 7 41
Octal 237 253 252 7 0 1 41 257 7 101
Binary 10011111 10101011 10101010 111 0 1 100001 10101111 111 1000001

Color Harmonies of #9FABAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FABAA

Black with #9FABAA

Text Example


Text Example

White with #9FABAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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