#9CAAAD

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

Shades of Gull Grey #9CAAAD

Tints of Gull Grey #9CAAAD

Color information

#9CAAAD (or 0x9CAAAD) is unknown color: approx Gull Grey. HEX triplet: 9C, AA and AD. RGB value is (156,170,173). Sum of RGB (Red+Green+Blue) = 156+170+173=499 (66% of max value = 765). Red value is 156 (61.33% from 255 or 31.26% from 499); Green value is 170 (66.80% from 255 or 34.07% from 499); Blue value is 173 (67.97% from 255 or 34.67% from 499); Max value from RGB is 173 - color contains mainly: blue. Hex color #9CAAAD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9CAAAD is #635552. Grayscale: #A6A6A6. Windows color (decimal): -6509907 or 11381404. OLE color: 11381404.

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

Color convert

RGB156170173-
CMYK0.100.0200.32
HSL190.59º9.39%64.51%-
HSV(B)190.59º9.83%67.84%-
XYZ35.6338.8345.15-
YUV166.16131.86120.76-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 31.26%
GREEN value IS 170 (66.80% from 255) = 34.07%
BLUE value IS 173 (67.97% from 255) = 34.67%
R=31.26%
G=34.07%
B=34.67%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1561701730.100.0200.32190.599.3964.51
Hex9CAAADA2020bf941
Octal23425225512204027711101
Binary10011100101010101010110110101001000001011111110011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CAAAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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