Html Css Color HEX #9CAAAC Gull Grey

📋 copy color: '#9CAAAC'

red 156 ◦ green 170 ◦ blue 172

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

Shades of Gull Grey #9CAAAC

Tints of Gull Grey #9CAAAC

RGB

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

 GREEN value IS 170 (66.8% from 255) = 34.14%

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

R = 31.33%
G = 34.14%
B = 34.54%

CMYK

 C value IS 0.09

 M value IS 0.01

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#9CAAAC (or 0x9CAAAC) is known color: Gull Grey. HEX triplet: 9C, AA and AC. RGB value is (156,170,172). Sum of RGB (Red+Green+Blue) = 156+170+172=498 (65% of max value = 765). Red value is 156 (61.33% from 255 or 31.33% from 498); Green value is 170 (66.80% from 255 or 34.14% from 498); Blue value is 172 (67.58% from 255 or 34.54% from 498); Max value from RGB is 172 - color contains mainly: blue. Hex color #9CAAAC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9CAAAC is #635553. Grayscale: #A6A6A6. Windows color (decimal): -6509908 or 11315868. OLE color: 11315868.

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

Color convert

RGB 156 170 172 -
CMYK 0.09 0.01 0 0.33
HSL 187.5º 0.09% 0.64% -
HSV(B) 187.5º 0.09% 0.67% -
XYZ 35.53 38.8 44.65 -
YUV 166.04 131.36 120.84 -
System Red Green Blue C M Y K H S L
Decimal 156 170 172 0.09 0.01 0 0.33 187.5 0.09 0.64
Hex 9C AA AC 9 1 0 21 BC 9 40
Octal 234 252 254 11 1 0 41 274 11 100
Binary 10011100 10101010 10101100 1001 1 0 100001 10111100 1001 1000000

Color Harmonies of #9CAAAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9CAAAC

Black with #9CAAAC

Text Example


Text Example

White with #9CAAAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,170,172); }

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

background-color css

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

 a { background-color: rgb(156,170,172); }

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

border-color css

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

 span { border-color: rgb(156,170,172); }

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