#9CA8AD

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

Shades of Gull Grey #9CA8AD

Tints of Gull Grey #9CA8AD

Color information

#9CA8AD (or 0x9CA8AD) is unknown color: approx Gull Grey. HEX triplet: 9C, A8 and AD. RGB value is (156,168,173). Sum of RGB (Red+Green+Blue) = 156+168+173=497 (65% of max value = 765). Red value is 156 (61.33% from 255 or 31.39% from 497); Green value is 168 (66.02% from 255 or 33.80% from 497); Blue value is 173 (67.97% from 255 or 34.81% from 497); Max value from RGB is 173 - color contains mainly: blue. Hex color #9CA8AD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9CA8AD is #635752. Grayscale: #A4A4A4. Windows color (decimal): -6510419 or 11380892. OLE color: 11380892.

HSL color Cylindrical-coordinate representation of color #9CA8AD: 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 #9CA8AD is Cyan = 0.10, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB156168173-
CMYK0.100.0300.32
HSL197.65º9.39%64.51%-
HSV(B)197.65º9.83%67.84%-
XYZ35.2638.0945.03-
YUV164.98132.52121.59-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 31.39%
GREEN value IS 168 (66.02% from 255) = 33.80%
BLUE value IS 173 (67.97% from 255) = 34.81%
R=31.39%
G=33.80%
B=34.81%

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
Decimal1561681730.100.0300.32197.659.3964.51
Hex9CA8ADA3020c6941
Octal23425025512304030611101
Binary10011100101010001010110110101101000001100011010011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CA8AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,168,173); }

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

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

 a { background-color: rgb(156,168,173); }

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

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

 span { border-color: rgb(156,168,173); }

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