#98AEA3

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

Shades of Tower Grey #98AEA3

Tints of Tower Grey #98AEA3

Color information

#98AEA3 (or 0x98AEA3) is unknown color: approx Tower Grey. HEX triplet: 98, AE and A3. RGB value is (152,174,163). Sum of RGB (Red+Green+Blue) = 152+174+163=489 (64% of max value = 765). Red value is 152 (59.77% from 255 or 31.08% from 489); Green value is 174 (68.36% from 255 or 35.58% from 489); Blue value is 163 (64.06% from 255 or 33.33% from 489); Max value from RGB is 174 - color contains mainly: green. Hex color #98AEA3 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #98AEA3 is #67515C. Grayscale: #A6A6A6. Windows color (decimal): -6771037 or 10727064. OLE color: 10727064.

HSL color Cylindrical-coordinate representation of color #98AEA3: hue angle of 150º 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 #98AEA3 is Cyan = 0.13, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.32.

Color convert

RGB152174163-
CMYK0.1300.060.32
HSL150º11.96%63.92%-
HSV(B)150º12.64%68.24%-
XYZ34.739.5940.46-
YUV166.17126.21117.89-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 31.08%
GREEN value IS 174 (68.36% from 255) = 35.58%
BLUE value IS 163 (64.06% from 255) = 33.33%
R=31.08%
G=35.58%
B=33.33%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1521741630.1300.060.3215011.9663.92
Hex98AEA3D062096c40
Octal23025624315064022614100
Binary100110001010111010100011110101101000001001011011001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98AEA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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