#9AABA7

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

Shades of Hit Grey #9AABA7

Tints of Hit Grey #9AABA7

Color information

#9AABA7 (or 0x9AABA7) is unknown color: approx Hit Grey. HEX triplet: 9A, AB and A7. RGB value is (154,171,167). Sum of RGB (Red+Green+Blue) = 154+171+167=492 (65% of max value = 765). Red value is 154 (60.55% from 255 or 31.30% from 492); Green value is 171 (67.19% from 255 or 34.76% from 492); Blue value is 167 (65.62% from 255 or 33.94% from 492); Max value from RGB is 171 - color contains mainly: green. Hex color #9AABA7 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9AABA7 is #655458. Grayscale: #A5A5A5. Windows color (decimal): -6640729 or 10988442. OLE color: 10988442.

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

Color convert

RGB154171167-
CMYK0.1000.020.33
HSL165.88º9.19%63.73%-
HSV(B)165.88º9.94%67.06%-
XYZ34.8638.7942.21-
YUV165.46128.87119.83-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 31.30%
GREEN value IS 171 (67.19% from 255) = 34.76%
BLUE value IS 167 (65.62% from 255) = 33.94%
R=31.30%
G=34.76%
B=33.94%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1541711670.1000.020.33165.889.1963.73
Hex9AABA7A0221a6940
Octal23225324712024124611100
Binary10011010101010111010011110100101000011010011010011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AABA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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