#98A9A6

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

Shades of Hit Grey #98A9A6

Tints of Hit Grey #98A9A6

Color information

#98A9A6 (or 0x98A9A6) is unknown color: approx Hit Grey. HEX triplet: 98, A9 and A6. RGB value is (152,169,166). Sum of RGB (Red+Green+Blue) = 152+169+166=487 (64% of max value = 765). Red value is 152 (59.77% from 255 or 31.21% from 487); Green value is 169 (66.41% from 255 or 34.70% from 487); Blue value is 166 (65.23% from 255 or 34.09% from 487); Max value from RGB is 169 - color contains mainly: green. Hex color #98A9A6 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #98A9A6 is #675659. Grayscale: #A3A3A3. Windows color (decimal): -6772314 or 10922392. OLE color: 10922392.

HSL color Cylindrical-coordinate representation of color #98A9A6: hue angle of 169.41º degrees, saturation: 0.09, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #98A9A6 is Cyan = 0.10, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.34.

Color convert

RGB152169166-
CMYK0.1000.020.34
HSL169.41º8.99%62.94%-
HSV(B)169.41º10.06%66.27%-
XYZ34.0237.841.58-
YUV163.57129.37119.74-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 31.21%
GREEN value IS 169 (66.41% from 255) = 34.70%
BLUE value IS 166 (65.23% from 255) = 34.09%
R=31.21%
G=34.70%
B=34.09%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1521691660.1000.020.34169.418.9962.94
Hex98A9A6A0222a993f
Octal2302512461202422511177
Binary1001100010101001101001101010010100010101010011001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98A9A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #98A9A6; }

 p { color: rgb(152,169,166); }

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

<style>
 a { background-color: #98A9A6; }

 a { background-color: rgb(152,169,166); }

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

<style>
 span { border-color: #98A9A6; }

 span { border-color: rgb(152,169,166); }

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