Html Css Color HEX #9FACAC Hit Grey

📋 copy color: '#9FACAC'

red 159 ◦ green 172 ◦ blue 172

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

Shades of Hit Grey #9FACAC

Tints of Hit Grey #9FACAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 34.19%

R = 31.61%
G = 34.19%
B = 34.19%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#9FACAC (or 0x9FACAC) is known color: Hit Grey. HEX triplet: 9F, AC and AC. RGB value is (159,172,172). Sum of RGB (Red+Green+Blue) = 159+172+172=503 (66% of max value = 765). Red value is 159 (62.5% from 255 or 31.61% from 503); Green value is 172 (67.58% from 255 or 34.19% from 503); Blue value is 172 (67.58% from 255 or 34.19% from 503); Max value from RGB is 172 - color contains mainly: green, blue. Hex color #9FACAC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9FACAC is #605353. Grayscale: #A8A8A8. Windows color (decimal): -6312788 or 11316383. OLE color: 11316383.

HSL color Cylindrical-coordinate representation of color #9FACAC: hue angle of 180º 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 #9FACAC is Cyan = 0.08, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 159 172 172 -
CMYK 0.08 0 0 0.33
HSL 180º 0.07% 0.65% -
HSV(B) 180º 0.08% 0.67% -
XYZ 36.5 39.85 44.8 -
YUV 168.11 130.19 121.5 -
System Red Green Blue C M Y K H S L
Decimal 159 172 172 0.08 0 0 0.33 180 0.07 0.65
Hex 9F AC AC 8 0 0 21 B4 7 41
Octal 237 254 254 10 0 0 41 264 7 101
Binary 10011111 10101100 10101100 1000 0 0 100001 10110100 111 1000001

Color Harmonies of #9FACAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FACAC

Black with #9FACAC

Text Example


Text Example

White with #9FACAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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