#9CA8AB

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

Shades of Gull Grey #9CA8AB

Tints of Gull Grey #9CA8AB

Color information

#9CA8AB (or 0x9CA8AB) is unknown color: approx Gull Grey. HEX triplet: 9C, A8 and AB. RGB value is (156,168,171). Sum of RGB (Red+Green+Blue) = 156+168+171=495 (65% of max value = 765). Red value is 156 (61.33% from 255 or 31.52% from 495); Green value is 168 (66.02% from 255 or 33.94% from 495); Blue value is 171 (67.19% from 255 or 34.55% from 495); Max value from RGB is 171 - color contains mainly: blue. Hex color #9CA8AB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9CA8AB is #635754. Grayscale: #A4A4A4. Windows color (decimal): -6510421 or 11249820. OLE color: 11249820.

HSL color Cylindrical-coordinate representation of color #9CA8AB: hue angle of 192º degrees, saturation: 0.08, 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 #9CA8AB is Cyan = 0.09, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB156168171-
CMYK0.090.0200.33
HSL192º8.2%64.12%-
HSV(B)192º8.77%67.06%-
XYZ35.0638.0144.02-
YUV164.75131.52121.76-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 31.52%
GREEN value IS 168 (66.02% from 255) = 33.94%
BLUE value IS 171 (67.19% from 255) = 34.55%
R=31.52%
G=33.94%
B=34.55%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1561681710.090.0200.331928.264.12
Hex9CA8AB92021c0840
Octal23425025311204130010100
Binary10011100101010001010101110011001000011100000010001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CA8AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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