#98A69F

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

Shades of Tower Grey #98A69F

Tints of Tower Grey #98A69F

Color information

#98A69F (or 0x98A69F) is unknown color: approx Tower Grey. HEX triplet: 98, A6 and 9F. RGB value is (152,166,159). Sum of RGB (Red+Green+Blue) = 152+166+159=477 (63% of max value = 765). Red value is 152 (59.77% from 255 or 31.87% from 477); Green value is 166 (65.23% from 255 or 34.80% from 477); Blue value is 159 (62.5% from 255 or 33.33% from 477); Max value from RGB is 166 - color contains mainly: green. Hex color #98A69F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #98A69F is #675960. Grayscale: #A1A1A1. Windows color (decimal): -6773089 or 10462872. OLE color: 10462872.

HSL color Cylindrical-coordinate representation of color #98A69F: hue angle of 150º degrees, saturation: 0.07, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #98A69F is Cyan = 0.08, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.35.

Color convert

RGB152166159-
CMYK0.0800.040.35
HSL150º7.29%62.35%-
HSV(B)150º8.43%65.1%-
XYZ32.8436.4538.11-
YUV161.02126.86121.57-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 31.87%
GREEN value IS 166 (65.23% from 255) = 34.80%
BLUE value IS 159 (62.5% from 255) = 33.33%
R=31.87%
G=34.80%
B=33.33%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1521661590.0800.040.351507.2962.35
Hex98A69F804239673e
Octal230246237100443226776
Binary1001100010100110100111111000010010001110010110111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98A69F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(152,166,159); }

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

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

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

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

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

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

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