Html Css Color HEX #9FAAAD Gull Grey

📋 copy color: '#9FAAAD'

red 159 ◦ green 170 ◦ blue 173

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

Shades of Gull Grey #9FAAAD

Tints of Gull Grey #9FAAAD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 34.46%

R = 31.67%
G = 33.86%
B = 34.46%

CMYK

 C value IS 0.08

 M value IS 0.02

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#9FAAAD (or 0x9FAAAD) is known color: Gull Grey. HEX triplet: 9F, AA and AD. RGB value is (159,170,173). Sum of RGB (Red+Green+Blue) = 159+170+173=502 (66% of max value = 765). Red value is 159 (62.5% from 255 or 31.67% from 502); Green value is 170 (66.80% from 255 or 33.86% from 502); Blue value is 173 (67.97% from 255 or 34.46% from 502); Max value from RGB is 173 - color contains mainly: blue. Hex color #9FAAAD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9FAAAD is #605552. Grayscale: #A7A7A7. Windows color (decimal): -6313299 or 11381407. OLE color: 11381407.

HSL color Cylindrical-coordinate representation of color #9FAAAD: hue angle of 192.86º degrees, saturation: 0.08, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #9FAAAD is Cyan = 0.08, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 159 170 173 -
CMYK 0.08 0.02 0 0.32
HSL 192.86º 0.08% 0.65% -
HSV(B) 192.86º 0.08% 0.68% -
XYZ 36.22 39.14 45.18 -
YUV 167.05 131.36 122.26 -
System Red Green Blue C M Y K H S L
Decimal 159 170 173 0.08 0.02 0 0.32 192.86 0.08 0.65
Hex 9F AA AD 8 2 0 20 C1 8 41
Octal 237 252 255 10 2 0 40 301 10 101
Binary 10011111 10101010 10101101 1000 10 0 100000 11000001 1000 1000001

Color Harmonies of #9FAAAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FAAAD

Black with #9FAAAD

Text Example


Text Example

White with #9FAAAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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