Html Css Color HEX #9FAAAC Gull Grey

📋 copy color: '#9FAAAC'

red 159 ◦ green 170 ◦ blue 172

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

Shades of Gull Grey #9FAAAC

Tints of Gull Grey #9FAAAC

RGB

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

 GREEN value IS 170 (66.8% from 255) = 33.93%

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

R = 31.74%
G = 33.93%
B = 34.33%

CMYK

 C value IS 0.08

 M value IS 0.01

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#9FAAAC (or 0x9FAAAC) is known color: Gull Grey. HEX triplet: 9F, AA and AC. RGB value is (159,170,172). Sum of RGB (Red+Green+Blue) = 159+170+172=501 (66% of max value = 765). Red value is 159 (62.5% from 255 or 31.74% from 501); Green value is 170 (66.80% from 255 or 33.93% from 501); Blue value is 172 (67.58% from 255 or 34.33% from 501); Max value from RGB is 172 - color contains mainly: blue. Hex color #9FAAAC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9FAAAC is #605553. Grayscale: #A6A6A6. Windows color (decimal): -6313300 or 11315871. OLE color: 11315871.

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

Color convert

RGB 159 170 172 -
CMYK 0.08 0.01 0 0.33
HSL 189.23º 0.07% 0.65% -
HSV(B) 189.23º 0.08% 0.67% -
XYZ 36.12 39.1 44.67 -
YUV 166.94 130.86 122.34 -
System Red Green Blue C M Y K H S L
Decimal 159 170 172 0.08 0.01 0 0.33 189.23 0.07 0.65
Hex 9F AA AC 8 1 0 21 BD 7 41
Octal 237 252 254 10 1 0 41 275 7 101
Binary 10011111 10101010 10101100 1000 1 0 100001 10111101 111 1000001

Color Harmonies of #9FAAAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FAAAC

Black with #9FAAAC

Text Example


Text Example

White with #9FAAAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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