#9AA6AC

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

Shades of Gull Grey #9AA6AC

Tints of Gull Grey #9AA6AC

Color information

#9AA6AC (or 0x9AA6AC) is unknown color: approx Gull Grey. HEX triplet: 9A, A6 and AC. RGB value is (154,166,172). Sum of RGB (Red+Green+Blue) = 154+166+172=492 (65% of max value = 765). Red value is 154 (60.55% from 255 or 31.30% from 492); Green value is 166 (65.23% from 255 or 33.74% from 492); Blue value is 172 (67.58% from 255 or 34.96% from 492); Max value from RGB is 172 - color contains mainly: blue. Hex color #9AA6AC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9AA6AC is #655953. Grayscale: #A3A3A3. Windows color (decimal): -6642004 or 11314842. OLE color: 11314842.

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

Color convert

RGB154166172-
CMYK0.100.0300.33
HSL200º9.78%63.92%-
HSV(B)200º10.47%67.45%-
XYZ34.4137.1244.38-
YUV163.1133.02121.51-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 31.30%
GREEN value IS 166 (65.23% from 255) = 33.74%
BLUE value IS 172 (67.58% from 255) = 34.96%
R=31.30%
G=33.74%
B=34.96%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1541661720.100.0300.332009.7863.92
Hex9AA6ACA3021c8a40
Octal23224625412304131012100
Binary10011010101001101010110010101101000011100100010101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AA6AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,166,172); }

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

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

 a { background-color: rgb(154,166,172); }

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

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

 span { border-color: rgb(154,166,172); }

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