#98AEAE

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

Shades of Hit Grey #98AEAE

Tints of Hit Grey #98AEAE

Color information

#98AEAE (or 0x98AEAE) is unknown color: approx Hit Grey. HEX triplet: 98, AE and AE. RGB value is (152,174,174). Sum of RGB (Red+Green+Blue) = 152+174+174=500 (66% of max value = 765). Red value is 152 (59.77% from 255 or 30.4% from 500); Green value is 174 (68.36% from 255 or 34.8% from 500); Blue value is 174 (68.36% from 255 or 34.8% from 500); Max value from RGB is 174 - color contains mainly: green, blue. Hex color #98AEAE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #98AEAE is #675151. Grayscale: #A7A7A7. Windows color (decimal): -6771026 or 11447960. OLE color: 11447960.

HSL color Cylindrical-coordinate representation of color #98AEAE: hue angle of 180º degrees, saturation: 0.12, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #98AEAE is Cyan = 0.13, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB152174174-
CMYK0.13000.32
HSL180º11.96%63.92%-
HSV(B)180º12.64%68.24%-
XYZ35.724045.88-
YUV167.42131.71117-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 30.4%
GREEN value IS 174 (68.36% from 255) = 34.8%
BLUE value IS 174 (68.36% from 255) = 34.8%
R=30.4%
G=34.8%
B=34.8%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1521741740.13000.3218011.9663.92
Hex98AEAED0020b4c40
Octal23025625615004026414100
Binary1001100010101110101011101101001000001011010011001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98AEAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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