Html Css Color HEX #9CA8AE Gull Grey

📋 copy color: '#9CA8AE'

red 156 ◦ green 168 ◦ blue 174

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

Shades of Gull Grey #9CA8AE

Tints of Gull Grey #9CA8AE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 34.94%

R = 31.33%
G = 33.73%
B = 34.94%

CMYK

 C value IS 0.10

 M value IS 0.03

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#9CA8AE (or 0x9CA8AE) is known color: Gull Grey. HEX triplet: 9C, A8 and AE. RGB value is (156,168,174). Sum of RGB (Red+Green+Blue) = 156+168+174=498 (65% of max value = 765). Red value is 156 (61.33% from 255 or 31.33% from 498); Green value is 168 (66.02% from 255 or 33.73% from 498); Blue value is 174 (68.36% from 255 or 34.94% from 498); Max value from RGB is 174 - color contains mainly: blue. Hex color #9CA8AE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9CA8AE is #635751. Grayscale: #A5A5A5. Windows color (decimal): -6510418 or 11446428. OLE color: 11446428.

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

Color convert

RGB 156 168 174 -
CMYK 0.10 0.03 0 0.32
HSL 200º 0.1% 0.65% -
HSV(B) 200º 0.1% 0.68% -
XYZ 35.35 38.13 45.54 -
YUV 165.1 133.02 121.51 -
System Red Green Blue C M Y K H S L
Decimal 156 168 174 0.10 0.03 0 0.32 200 0.1 0.65
Hex 9C A8 AE A 3 0 20 C8 A 41
Octal 234 250 256 12 3 0 40 310 12 101
Binary 10011100 10101000 10101110 1010 11 0 100000 11001000 1010 1000001

Color Harmonies of #9CA8AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9CA8AE

Black with #9CA8AE

Text Example


Text Example

White with #9CA8AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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