#9BA2A1

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

Shades of Hit Grey #9BA2A1

Tints of Hit Grey #9BA2A1

Color information

#9BA2A1 (or 0x9BA2A1) is unknown color: approx Hit Grey. HEX triplet: 9B, A2 and A1. RGB value is (155,162,161). Sum of RGB (Red+Green+Blue) = 155+162+161=478 (63% of max value = 765). Red value is 155 (60.94% from 255 or 32.43% from 478); Green value is 162 (63.67% from 255 or 33.89% from 478); Blue value is 161 (63.28% from 255 or 33.68% from 478); Max value from RGB is 162 - color contains mainly: green. Hex color #9BA2A1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9BA2A1 is #645D5E. Grayscale: #9F9F9F. Windows color (decimal): -6577503 or 10592923. OLE color: 10592923.

HSL color Cylindrical-coordinate representation of color #9BA2A1: hue angle of 171.43º degrees, saturation: 0.04, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #9BA2A1 is Cyan = 0.04, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.36.

Color convert

RGB155162161-
CMYK0.0400.010.36
HSL171.43º3.63%62.16%-
HSV(B)171.43º4.32%63.53%-
XYZ32.8735.3838.82-
YUV159.79128.68124.58-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 32.43%
GREEN value IS 162 (63.67% from 255) = 33.89%
BLUE value IS 161 (63.28% from 255) = 33.68%
R=32.43%
G=33.89%
B=33.68%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1551621610.0400.010.36171.433.6362.16
Hex9BA2A140124ab43e
Octal23324224140144253476
Binary1001101110100010101000011000110010010101011100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BA2A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,162,161); }

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

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

 a { background-color: rgb(155,162,161); }

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

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

 span { border-color: rgb(155,162,161); }

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