#99A59F

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

Shades of Tower Grey #99A59F

Tints of Tower Grey #99A59F

Color information

#99A59F (or 0x99A59F) is unknown color: approx Tower Grey. HEX triplet: 99, A5 and 9F. RGB value is (153,165,159). Sum of RGB (Red+Green+Blue) = 153+165+159=477 (63% of max value = 765). Red value is 153 (60.16% from 255 or 32.08% from 477); Green value is 165 (64.84% from 255 or 34.59% from 477); Blue value is 159 (62.5% from 255 or 33.33% from 477); Max value from RGB is 165 - color contains mainly: green. Hex color #99A59F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #99A59F is #665A60. Grayscale: #A0A0A0. Windows color (decimal): -6707809 or 10462617. OLE color: 10462617.

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

Color convert

RGB153165159-
CMYK0.0700.040.35
HSL150º6.25%62.35%-
HSV(B)150º7.27%64.71%-
XYZ32.8536.1938.05-
YUV160.73127.02122.49-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 32.08%
GREEN value IS 165 (64.84% from 255) = 34.59%
BLUE value IS 159 (62.5% from 255) = 33.33%
R=32.08%
G=34.59%
B=33.33%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1531651590.0700.040.351506.2562.35
Hex99A59F704239663e
Octal23124523770443226676
Binary100110011010010110011111111010010001110010110110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99A59F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #99A59F; }

 p { color: rgb(153,165,159); }

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

<style>
 a { background-color: #99A59F; }

 a { background-color: rgb(153,165,159); }

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

<style>
 span { border-color: #99A59F; }

 span { border-color: rgb(153,165,159); }

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