#9AA3A1

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

Shades of Hit Grey #9AA3A1

Tints of Hit Grey #9AA3A1

Color information

#9AA3A1 (or 0x9AA3A1) is unknown color: approx Hit Grey. HEX triplet: 9A, A3 and A1. RGB value is (154,163,161). Sum of RGB (Red+Green+Blue) = 154+163+161=478 (63% of max value = 765). Red value is 154 (60.55% from 255 or 32.22% from 478); Green value is 163 (64.06% from 255 or 34.10% from 478); Blue value is 161 (63.28% from 255 or 33.68% from 478); Max value from RGB is 163 - color contains mainly: green. Hex color #9AA3A1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9AA3A1 is #655C5E. Grayscale: #A0A0A0. Windows color (decimal): -6642783 or 10593178. OLE color: 10593178.

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

Color convert

RGB154163161-
CMYK0.0600.010.36
HSL166.67º4.66%62.16%-
HSV(B)166.67º5.52%63.92%-
XYZ32.8635.6438.87-
YUV160.08128.52123.66-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 32.22%
GREEN value IS 163 (64.06% from 255) = 34.10%
BLUE value IS 161 (63.28% from 255) = 33.68%
R=32.22%
G=34.10%
B=33.68%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1541631610.0600.010.36166.674.6662.16
Hex9AA3A160124a753e
Octal23224324160144247576
Binary1001101010100011101000011100110010010100111101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AA3A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,163,161); }

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

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

 a { background-color: rgb(154,163,161); }

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

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

 span { border-color: rgb(154,163,161); }

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