Html Css Color HEX #99A59E Tower Grey

📋 copy color: '#99A59E'

red 153 ◦ green 165 ◦ blue 158

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

Shades of Tower Grey #99A59E

Tints of Tower Grey #99A59E

RGB

 RED value IS 153 (60.16% from 255) = 32.14%

 GREEN value IS 165 (64.84% from 255) = 34.66%

 BLUE value IS 158 (62.11% from 255) = 33.19%

R = 32.14%
G = 34.66%
B = 33.19%

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

#99A59E (or 0x99A59E) is known color: Tower Grey. HEX triplet: 99, A5 and 9E. RGB value is (153,165,158). Sum of RGB (Red+Green+Blue) = 153+165+158=476 (63% of max value = 765). Red value is 153 (60.16% from 255 or 32.14% from 476); Green value is 165 (64.84% from 255 or 34.66% from 476); Blue value is 158 (62.11% from 255 or 33.19% from 476); Max value from RGB is 165 - color contains mainly: green. Hex color #99A59E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #99A59E is #665A61. Grayscale: #A0A0A0. Windows color (decimal): -6707810 or 10397081. OLE color: 10397081.

HSL color Cylindrical-coordinate representation of color #99A59E: hue angle of 145º 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 #99A59E is Cyan = 0.07, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.35.

Color convert

RGB 153 165 158 -
CMYK 0.07 0 0.04 0.35
HSL 145º 0.06% 0.62% -
HSV(B) 145º 0.07% 0.65% -
XYZ 32.76 36.15 37.6 -
YUV 160.61 126.52 122.57 -
System Red Green Blue C M Y K H S L
Decimal 153 165 158 0.07 0 0.04 0.35 145 0.06 0.62
Hex 99 A5 9E 7 0 4 23 91 6 3E
Octal 231 245 236 7 0 4 43 221 6 76
Binary 10011001 10100101 10011110 111 0 100 100011 10010001 110 111110

Color Harmonies of #99A59E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99A59E

Black with #99A59E

Text Example


Text Example

White with #99A59E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #99A59E;
 }
 .AnyTagClassName
 {
   color: #99A59E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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