Html Css Color HEX #99A59F Tower Grey

📋 copy color: '#99A59F'

red 153 ◦ green 165 ◦ blue 159

#99A59F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Tower Grey #99A59F

Tints of Tower Grey #99A59F

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 value IS 0.07

 M value IS 0

 Y value IS 0.04

 K value IS 0.35

RGB Variations

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

Color information

#99A59F (or 0x99A59F) is known color: 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

RGB 153 165 159 -
CMYK 0.07 0 0.04 0.35
HSL 150º 0.06% 0.62% -
HSV(B) 150º 0.07% 0.65% -
XYZ 32.85 36.19 38.05 -
YUV 160.73 127.02 122.49 -
System Red Green Blue C M Y K H S L
Decimal 153 165 159 0.07 0 0.04 0.35 150 0.06 0.62
Hex 99 A5 9F 7 0 4 23 96 6 3E
Octal 231 245 237 7 0 4 43 226 6 76
Binary 10011001 10100101 10011111 111 0 100 100011 10010110 110 111110

Color Harmonies of #99A59F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99A59F

Black with #99A59F

Text Example


Text Example

White with #99A59F

Text Example


Text Example

HTML Codes & Css Web 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>