#9BAAA6

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

Shades of Hit Grey #9BAAA6

Tints of Hit Grey #9BAAA6

Color information

#9BAAA6 (or 0x9BAAA6) is unknown color: approx Hit Grey. HEX triplet: 9B, AA and A6. RGB value is (155,170,166). Sum of RGB (Red+Green+Blue) = 155+170+166=491 (65% of max value = 765). Red value is 155 (60.94% from 255 or 31.57% from 491); Green value is 170 (66.80% from 255 or 34.62% from 491); Blue value is 166 (65.23% from 255 or 33.81% from 491); Max value from RGB is 170 - color contains mainly: green. Hex color #9BAAA6 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9BAAA6 is #645559. Grayscale: #A5A5A5. Windows color (decimal): -6575450 or 10922651. OLE color: 10922651.

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

Color convert

RGB155170166-
CMYK0.0900.020.33
HSL164º8.11%63.73%-
HSV(B)164º8.82%66.67%-
XYZ34.7838.4741.67-
YUV165.06128.53120.83-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 31.57%
GREEN value IS 170 (66.80% from 255) = 34.62%
BLUE value IS 166 (65.23% from 255) = 33.81%
R=31.57%
G=34.62%
B=33.81%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1551701660.0900.020.331648.1163.73
Hex9BAAA690221a4840
Octal23325224611024124410100
Binary10011011101010101010011010010101000011010010010001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BAAA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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