#98A9AA

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

Shades of Hit Grey #98A9AA

Tints of Hit Grey #98A9AA

Color information

#98A9AA (or 0x98A9AA) is unknown color: approx Hit Grey. HEX triplet: 98, A9 and AA. RGB value is (152,169,170). Sum of RGB (Red+Green+Blue) = 152+169+170=491 (65% of max value = 765). Red value is 152 (59.77% from 255 or 30.96% from 491); Green value is 169 (66.41% from 255 or 34.42% from 491); Blue value is 170 (66.80% from 255 or 34.62% from 491); Max value from RGB is 170 - color contains mainly: blue. Hex color #98A9AA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #98A9AA is #675655. Grayscale: #A4A4A4. Windows color (decimal): -6772310 or 11184536. OLE color: 11184536.

HSL color Cylindrical-coordinate representation of color #98A9AA: hue angle of 183.33º degrees, saturation: 0.1, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #98A9AA is Cyan = 0.11, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB152169170-
CMYK0.110.0100.33
HSL183.33º9.57%63.14%-
HSV(B)183.33º10.59%66.67%-
XYZ34.3937.9543.54-
YUV164.03131.37119.42-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 30.96%
GREEN value IS 169 (66.41% from 255) = 34.42%
BLUE value IS 170 (66.80% from 255) = 34.62%
R=30.96%
G=34.42%
B=34.62%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1521691700.110.0100.33183.339.5763.14
Hex98A9AAB1021b7a3f
Octal2302512521310412671277
Binary100110001010100110101010101110100001101101111010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98A9AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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