Html Css Color HEX #9CA9AD Gull Grey

📋 copy color: '#9CA9AD'

red 156 ◦ green 169 ◦ blue 173

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

Shades of Gull Grey #9CA9AD

Tints of Gull Grey #9CA9AD

RGB

 RED value IS 156 (61.33% from 255) = 31.33%

 GREEN value IS 169 (66.41% from 255) = 33.94%

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

R = 31.33%
G = 33.94%
B = 34.74%

CMYK

 C value IS 0.10

 M value IS 0.02

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#9CA9AD (or 0x9CA9AD) is known color: Gull Grey. HEX triplet: 9C, A9 and AD. RGB value is (156,169,173). Sum of RGB (Red+Green+Blue) = 156+169+173=498 (65% of max value = 765). Red value is 156 (61.33% from 255 or 31.33% from 498); Green value is 169 (66.41% from 255 or 33.94% from 498); Blue value is 173 (67.97% from 255 or 34.74% from 498); Max value from RGB is 173 - color contains mainly: blue. Hex color #9CA9AD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9CA9AD is #635652. Grayscale: #A5A5A5. Windows color (decimal): -6510163 or 11381148. OLE color: 11381148.

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

Color convert

RGB 156 169 173 -
CMYK 0.10 0.02 0 0.32
HSL 194.12º 0.09% 0.65% -
HSV(B) 194.12º 0.1% 0.68% -
XYZ 35.44 38.46 45.09 -
YUV 165.57 132.19 121.17 -
System Red Green Blue C M Y K H S L
Decimal 156 169 173 0.10 0.02 0 0.32 194.12 0.09 0.65
Hex 9C A9 AD A 2 0 20 C2 9 41
Octal 234 251 255 12 2 0 40 302 11 101
Binary 10011100 10101001 10101101 1010 10 0 100000 11000010 1001 1000001

Color Harmonies of #9CA9AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9CA9AD

Black with #9CA9AD

Text Example


Text Example

White with #9CA9AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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