Html Css Color HEX #9DA8AC Gull Grey

📋 copy color: '#9DA8AC'

red 157 ◦ green 168 ◦ blue 172

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

Shades of Gull Grey #9DA8AC

Tints of Gull Grey #9DA8AC

RGB

 RED value IS 157 (61.72% from 255) = 31.59%

 GREEN value IS 168 (66.02% from 255) = 33.8%

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

R = 31.59%
G = 33.8%
B = 34.61%

CMYK

 C value IS 0.09

 M value IS 0.02

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#9DA8AC (or 0x9DA8AC) is known color: Gull Grey. HEX triplet: 9D, A8 and AC. RGB value is (157,168,172). Sum of RGB (Red+Green+Blue) = 157+168+172=497 (65% of max value = 765). Red value is 157 (61.72% from 255 or 31.59% from 497); Green value is 168 (66.02% from 255 or 33.80% from 497); Blue value is 172 (67.58% from 255 or 34.61% from 497); Max value from RGB is 172 - color contains mainly: blue. Hex color #9DA8AC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9DA8AC is #625753. Grayscale: #A5A5A5. Windows color (decimal): -6444884 or 11315357. OLE color: 11315357.

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

Color convert

RGB 157 168 172 -
CMYK 0.09 0.02 0 0.33
HSL 196º 0.08% 0.65% -
HSV(B) 196º 0.09% 0.67% -
XYZ 35.35 38.15 44.53 -
YUV 165.17 131.86 122.17 -
System Red Green Blue C M Y K H S L
Decimal 157 168 172 0.09 0.02 0 0.33 196 0.08 0.65
Hex 9D A8 AC 9 2 0 21 C4 8 41
Octal 235 250 254 11 2 0 41 304 10 101
Binary 10011101 10101000 10101100 1001 10 0 100001 11000100 1000 1000001

Color Harmonies of #9DA8AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DA8AC

Black with #9DA8AC

Text Example


Text Example

White with #9DA8AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,168,172); }

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

background-color css

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

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

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

border-color css

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

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

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