#9AADAB

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

Shades of Hit Grey #9AADAB

Tints of Hit Grey #9AADAB

Color information

#9AADAB (or 0x9AADAB) is unknown color: approx Hit Grey. HEX triplet: 9A, AD and AB. RGB value is (154,173,171). Sum of RGB (Red+Green+Blue) = 154+173+171=498 (65% of max value = 765). Red value is 154 (60.55% from 255 or 30.92% from 498); Green value is 173 (67.97% from 255 or 34.74% from 498); Blue value is 171 (67.19% from 255 or 34.34% from 498); Max value from RGB is 173 - color contains mainly: green. Hex color #9AADAB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9AADAB is #655254. Grayscale: #A7A7A7. Windows color (decimal): -6640213 or 11251098. OLE color: 11251098.

HSL color Cylindrical-coordinate representation of color #9AADAB: hue angle of 173.68º degrees, saturation: 0.1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #9AADAB is Cyan = 0.11, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.32.

Color convert

RGB154173171-
CMYK0.1100.010.32
HSL173.68º10.38%64.12%-
HSV(B)173.68º10.98%67.84%-
XYZ35.6239.744.31-
YUV167.09130.21118.66-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 30.92%
GREEN value IS 173 (67.97% from 255) = 34.74%
BLUE value IS 171 (67.19% from 255) = 34.34%
R=30.92%
G=34.74%
B=34.34%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1541731710.1100.010.32173.6810.3864.12
Hex9AADABB0120aea40
Octal23225525313014025612100
Binary1001101010101101101010111011011000001010111010101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AADAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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