#9DA9AE

Color #9DA9AE Gull Grey (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Gull Grey #9DA9AE

Tints of Gull Grey #9DA9AE

Color information

#9DA9AE (or 0x9DA9AE) is unknown color: approx Gull Grey. HEX triplet: 9D, A9 and AE. RGB value is (157,169,174). Sum of RGB (Red+Green+Blue) = 157+169+174=500 (66% of max value = 765). Red value is 157 (61.72% from 255 or 31.4% from 500); Green value is 169 (66.41% from 255 or 33.8% from 500); Blue value is 174 (68.36% from 255 or 34.8% from 500); Max value from RGB is 174 - color contains mainly: blue. Hex color #9DA9AE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9DA9AE is #625651. Grayscale: #A5A5A5. Windows color (decimal): -6444626 or 11446685. OLE color: 11446685.

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

Color convert

RGB157169174-
CMYK0.100.0300.32
HSL197.65º9.5%64.9%-
HSV(B)197.65º9.77%68.24%-
XYZ35.7338.645.61-
YUV165.98132.52121.59-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 31.4%
GREEN value IS 169 (66.41% from 255) = 33.8%
BLUE value IS 174 (68.36% from 255) = 34.8%
R=31.4%
G=33.8%
B=34.8%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1571691740.100.0300.32197.659.564.9
Hex9DA9AEA3020c6941
Octal23525125612304030611101
Binary10011101101010011010111010101101000001100011010011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DA9AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,169,174); }

 H1.HeaderClassName
 {
   color: #9DA9AE;
 }
 .AnyTagClassName
 {
   color: #9DA9AE;
 }
</style>
background-color css

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

 a { background-color: rgb(157,169,174); }

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

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

 span { border-color: rgb(157,169,174); }

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