#99A29D

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

Shades of Tower Grey #99A29D

Tints of Tower Grey #99A29D

Color information

#99A29D (or 0x99A29D) is unknown color: approx Tower Grey. HEX triplet: 99, A2 and 9D. RGB value is (153,162,157). Sum of RGB (Red+Green+Blue) = 153+162+157=472 (62% of max value = 765). Red value is 153 (60.16% from 255 or 32.42% from 472); Green value is 162 (63.67% from 255 or 34.32% from 472); Blue value is 157 (61.72% from 255 or 33.26% from 472); Max value from RGB is 162 - color contains mainly: green. Hex color #99A29D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #99A29D is #665D62. Grayscale: #9E9E9E. Windows color (decimal): -6708579 or 10330777. OLE color: 10330777.

HSL color Cylindrical-coordinate representation of color #99A29D: hue angle of 146.67º degrees, saturation: 0.05, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #99A29D is Cyan = 0.06, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.36.

Color convert

RGB153162157-
CMYK0.0600.030.36
HSL146.67º4.62%61.76%-
HSV(B)146.67º5.56%63.53%-
XYZ32.1435.0536.97-
YUV158.74127.02123.91-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 32.42%
GREEN value IS 162 (63.67% from 255) = 34.32%
BLUE value IS 157 (61.72% from 255) = 33.26%
R=32.42%
G=34.32%
B=33.26%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1531621570.0600.030.36146.674.6261.76
Hex99A29D603249353e
Octal23124223560344223576
Binary10011001101000101001110111001110010010010011101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99A29D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(153,162,157); }

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

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

 a { background-color: rgb(153,162,157); }

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

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

 span { border-color: rgb(153,162,157); }

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