#98AAAB

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

Shades of Hit Grey #98AAAB

Tints of Hit Grey #98AAAB

Color information

#98AAAB (or 0x98AAAB) is unknown color: approx Hit Grey. HEX triplet: 98, AA and AB. RGB value is (152,170,171). Sum of RGB (Red+Green+Blue) = 152+170+171=493 (65% of max value = 765). Red value is 152 (59.77% from 255 or 30.83% from 493); Green value is 170 (66.80% from 255 or 34.48% from 493); Blue value is 171 (67.19% from 255 or 34.69% from 493); Max value from RGB is 171 - color contains mainly: blue. Hex color #98AAAB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #98AAAB is #675554. Grayscale: #A4A4A4. Windows color (decimal): -6772053 or 11250328. OLE color: 11250328.

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

Color convert

RGB152170171-
CMYK0.110.0100.33
HSL183.16º10.16%63.33%-
HSV(B)183.16º11.11%67.06%-
XYZ34.6738.3744.11-
YUV164.73131.54118.92-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 30.83%
GREEN value IS 170 (66.80% from 255) = 34.48%
BLUE value IS 171 (67.19% from 255) = 34.69%
R=30.83%
G=34.48%
B=34.69%

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
Decimal1521701710.110.0100.33183.1610.1663.33
Hex98AAABB1021b7a3f
Octal2302522531310412671277
Binary100110001010101010101011101110100001101101111010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98AAAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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