Html Css Color HEX #9FACAB Hit Grey

📋 copy color: '#9FACAB'

red 159 ◦ green 172 ◦ blue 171

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

Shades of Hit Grey #9FACAB

Tints of Hit Grey #9FACAB

RGB

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

 GREEN value IS 172 (67.58% from 255) = 34.26%

 BLUE value IS 171 (67.19% from 255) = 34.06%

R = 31.67%
G = 34.26%
B = 34.06%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.01

 K value IS 0.33

RGB Variations

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

Color information

#9FACAB (or 0x9FACAB) is known color: Hit Grey. HEX triplet: 9F, AC and AB. RGB value is (159,172,171). Sum of RGB (Red+Green+Blue) = 159+172+171=502 (66% of max value = 765). Red value is 159 (62.5% from 255 or 31.67% from 502); Green value is 172 (67.58% from 255 or 34.26% from 502); Blue value is 171 (67.19% from 255 or 34.06% from 502); Max value from RGB is 172 - color contains mainly: green. Hex color #9FACAB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9FACAB is #605354. Grayscale: #A7A7A7. Windows color (decimal): -6312789 or 11250847. OLE color: 11250847.

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

Color convert

RGB 159 172 171 -
CMYK 0.08 0 0.01 0.33
HSL 175.38º 0.07% 0.65% -
HSV(B) 175.38º 0.08% 0.67% -
XYZ 36.4 39.82 44.29 -
YUV 168 129.69 121.58 -
System Red Green Blue C M Y K H S L
Decimal 159 172 171 0.08 0 0.01 0.33 175.38 0.07 0.65
Hex 9F AC AB 8 0 1 21 AF 7 41
Octal 237 254 253 10 0 1 41 257 7 101
Binary 10011111 10101100 10101011 1000 0 1 100001 10101111 111 1000001

Color Harmonies of #9FACAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FACAB

Black with #9FACAB

Text Example


Text Example

White with #9FACAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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