#98AAAA

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

Shades of Hit Grey #98AAAA

Tints of Hit Grey #98AAAA

Color information

#98AAAA (or 0x98AAAA) is unknown color: approx Hit Grey. HEX triplet: 98, AA and AA. RGB value is (152,170,170). Sum of RGB (Red+Green+Blue) = 152+170+170=492 (65% of max value = 765). Red value is 152 (59.77% from 255 or 30.89% from 492); Green value is 170 (66.80% from 255 or 34.55% from 492); Blue value is 170 (66.80% from 255 or 34.55% from 492); Max value from RGB is 170 - color contains mainly: green, blue. Hex color #98AAAA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #98AAAA is #675555. Grayscale: #A4A4A4. Windows color (decimal): -6772054 or 11184792. OLE color: 11184792.

HSL color Cylindrical-coordinate representation of color #98AAAA: hue angle of 180º 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 #98AAAA is Cyan = 0.11, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB152170170-
CMYK0.11000.33
HSL180º9.57%63.14%-
HSV(B)180º10.59%66.67%-
XYZ34.5838.3343.61-
YUV164.62131.04119-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 30.89%
GREEN value IS 170 (66.80% from 255) = 34.55%
BLUE value IS 170 (66.80% from 255) = 34.55%
R=30.89%
G=34.55%
B=34.55%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1521701700.11000.331809.5763.14
Hex98AAAAB0021b4a3f
Octal2302522521300412641277
Binary100110001010101010101010101100100001101101001010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98AAAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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