#9CACAE

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

Shades of Gull Grey #9CACAE

Tints of Gull Grey #9CACAE

Color information

#9CACAE (or 0x9CACAE) is unknown color: approx Gull Grey. HEX triplet: 9C, AC and AE. RGB value is (156,172,174). Sum of RGB (Red+Green+Blue) = 156+172+174=502 (66% of max value = 765). Red value is 156 (61.33% from 255 or 31.08% from 502); Green value is 172 (67.58% from 255 or 34.26% from 502); Blue value is 174 (68.36% from 255 or 34.66% from 502); Max value from RGB is 174 - color contains mainly: blue. Hex color #9CACAE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9CACAE is #635351. Grayscale: #A7A7A7. Windows color (decimal): -6509394 or 11447452. OLE color: 11447452.

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

Color convert

RGB156172174-
CMYK0.100.0100.32
HSL186.67º10%64.71%-
HSV(B)186.67º10.34%68.24%-
XYZ36.139.6345.79-
YUV167.44131.7119.84-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 31.08%
GREEN value IS 172 (67.58% from 255) = 34.26%
BLUE value IS 174 (68.36% from 255) = 34.66%
R=31.08%
G=34.26%
B=34.66%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1561721740.100.0100.32186.671064.71
Hex9CACAEA1020bba41
Octal23425425612104027312101
Binary1001110010101100101011101010101000001011101110101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CACAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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