Html Css Color HEX #9FAEAF Gull Grey

📋 copy color: '#9FAEAF'

red 159 ◦ green 174 ◦ blue 175

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

Shades of Gull Grey #9FAEAF

Tints of Gull Grey #9FAEAF

RGB

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

 GREEN value IS 174 (68.36% from 255) = 34.25%

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

R = 31.3%
G = 34.25%
B = 34.45%

CMYK

 C value IS 0.09

 M value IS 0.01

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#9FAEAF (or 0x9FAEAF) is known color: Gull Grey. HEX triplet: 9F, AE and AF. RGB value is (159,174,175). Sum of RGB (Red+Green+Blue) = 159+174+175=508 (67% of max value = 765). Red value is 159 (62.5% from 255 or 31.30% from 508); Green value is 174 (68.36% from 255 or 34.25% from 508); Blue value is 175 (68.75% from 255 or 34.45% from 508); Max value from RGB is 175 - color contains mainly: blue. Hex color #9FAEAF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9FAEAF is #605150. Grayscale: #A9A9A9. Windows color (decimal): -6312273 or 11513503. OLE color: 11513503.

HSL color Cylindrical-coordinate representation of color #9FAEAF: hue angle of 183.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 #9FAEAF is Cyan = 0.09, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 159 174 175 -
CMYK 0.09 0.01 0 0.31
HSL 183.75º 0.09% 0.65% -
HSV(B) 183.75º 0.09% 0.69% -
XYZ 37.17 40.74 46.46 -
YUV 169.63 131.03 120.42 -
System Red Green Blue C M Y K H S L
Decimal 159 174 175 0.09 0.01 0 0.31 183.75 0.09 0.65
Hex 9F AE AF 9 1 0 1F B8 9 41
Octal 237 256 257 11 1 0 37 270 11 101
Binary 10011111 10101110 10101111 1001 1 0 11111 10111000 1001 1000001

Color Harmonies of #9FAEAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FAEAF

Black with #9FAEAF

Text Example


Text Example

White with #9FAEAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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