#9BA7AA

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

Shades of Gull Grey #9BA7AA

Tints of Gull Grey #9BA7AA

Color information

#9BA7AA (or 0x9BA7AA) is unknown color: approx Gull Grey. HEX triplet: 9B, A7 and AA. RGB value is (155,167,170). Sum of RGB (Red+Green+Blue) = 155+167+170=492 (65% of max value = 765). Red value is 155 (60.94% from 255 or 31.50% from 492); Green value is 167 (65.62% from 255 or 33.94% from 492); Blue value is 170 (66.80% from 255 or 34.55% from 492); Max value from RGB is 170 - color contains mainly: blue. Hex color #9BA7AA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9BA7AA is #645855. Grayscale: #A3A3A3. Windows color (decimal): -6576214 or 11184027. OLE color: 11184027.

HSL color Cylindrical-coordinate representation of color #9BA7AA: 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 #9BA7AA is Cyan = 0.09, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB155167170-
CMYK0.090.0200.33
HSL192º8.11%63.73%-
HSV(B)192º8.82%66.67%-
XYZ34.5937.5143.45-
YUV163.75131.52121.76-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 31.50%
GREEN value IS 167 (65.62% from 255) = 33.94%
BLUE value IS 170 (66.80% from 255) = 34.55%
R=31.50%
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
Decimal1551671700.090.0200.331928.1163.73
Hex9BA7AA92021c0840
Octal23324725211204130010100
Binary10011011101001111010101010011001000011100000010001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BA7AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,167,170); }

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

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

 a { background-color: rgb(155,167,170); }

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

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

 span { border-color: rgb(155,167,170); }

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