Html Css Color HEX #9FAAAF Gull Grey

📋 copy color: '#9FAAAF'

red 159 ◦ green 170 ◦ blue 175

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

Shades of Gull Grey #9FAAAF

Tints of Gull Grey #9FAAAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 34.72%

R = 31.55%
G = 33.73%
B = 34.72%

CMYK

 C value IS 0.09

 M value IS 0.03

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#9FAAAF (or 0x9FAAAF) is known color: Gull Grey. HEX triplet: 9F, AA and AF. RGB value is (159,170,175). Sum of RGB (Red+Green+Blue) = 159+170+175=504 (66% of max value = 765). Red value is 159 (62.5% from 255 or 31.55% from 504); Green value is 170 (66.80% from 255 or 33.73% from 504); Blue value is 175 (68.75% from 255 or 34.72% from 504); Max value from RGB is 175 - color contains mainly: blue. Hex color #9FAAAF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9FAAAF is #605550. Grayscale: #A7A7A7. Windows color (decimal): -6313297 or 11512479. OLE color: 11512479.

HSL color Cylindrical-coordinate representation of color #9FAAAF: hue angle of 198.75º degrees, saturation: 0.09, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #9FAAAF is Cyan = 0.09, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 159 170 175 -
CMYK 0.09 0.03 0 0.31
HSL 198.75º 0.09% 0.65% -
HSV(B) 198.75º 0.09% 0.69% -
XYZ 36.41 39.22 46.21 -
YUV 167.28 132.36 122.09 -
System Red Green Blue C M Y K H S L
Decimal 159 170 175 0.09 0.03 0 0.31 198.75 0.09 0.65
Hex 9F AA AF 9 3 0 1F C7 9 41
Octal 237 252 257 11 3 0 37 307 11 101
Binary 10011111 10101010 10101111 1001 11 0 11111 11000111 1001 1000001

Color Harmonies of #9FAAAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FAAAF

Black with #9FAAAF

Text Example


Text Example

White with #9FAAAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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