#9AA6AB

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

Shades of Gull Grey #9AA6AB

Tints of Gull Grey #9AA6AB

Color information

#9AA6AB (or 0x9AA6AB) is unknown color: approx Gull Grey. HEX triplet: 9A, A6 and AB. RGB value is (154,166,171). Sum of RGB (Red+Green+Blue) = 154+166+171=491 (65% of max value = 765). Red value is 154 (60.55% from 255 or 31.36% from 491); Green value is 166 (65.23% from 255 or 33.81% from 491); Blue value is 171 (67.19% from 255 or 34.83% from 491); Max value from RGB is 171 - color contains mainly: blue. Hex color #9AA6AB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9AA6AB is #655954. Grayscale: #A2A2A2. Windows color (decimal): -6642005 or 11249306. OLE color: 11249306.

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

Color convert

RGB154166171-
CMYK0.100.0300.33
HSL197.65º9.19%63.73%-
HSV(B)197.65º9.94%67.06%-
XYZ34.3137.0843.88-
YUV162.98132.52121.59-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 31.36%
GREEN value IS 166 (65.23% from 255) = 33.81%
BLUE value IS 171 (67.19% from 255) = 34.83%
R=31.36%
G=33.81%
B=34.83%

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
Decimal1541661710.100.0300.33197.659.1963.73
Hex9AA6ABA3021c6940
Octal23224625312304130611100
Binary10011010101001101010101110101101000011100011010011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AA6AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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