#99A19F

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

Shades of Cascade #99A19F

Tints of Cascade #99A19F

Color information

#99A19F (or 0x99A19F) is unknown color: approx Cascade. HEX triplet: 99, A1 and 9F. RGB value is (153,161,159). Sum of RGB (Red+Green+Blue) = 153+161+159=473 (62% of max value = 765). Red value is 153 (60.16% from 255 or 32.35% from 473); Green value is 161 (63.28% from 255 or 34.04% from 473); Blue value is 159 (62.5% from 255 or 33.62% from 473); Max value from RGB is 161 - color contains mainly: green. Hex color #99A19F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #99A19F is #665E60. Grayscale: #9E9E9E. Windows color (decimal): -6708833 or 10461593. OLE color: 10461593.

HSL color Cylindrical-coordinate representation of color #99A19F: hue angle of 165º degrees, saturation: 0.04, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #99A19F is Cyan = 0.05, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.37.

Color convert

RGB153161159-
CMYK0.0500.010.37
HSL165º4.08%61.57%-
HSV(B)165º4.97%63.14%-
XYZ32.1434.7737.82-
YUV158.38128.35124.16-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 32.35%
GREEN value IS 161 (63.28% from 255) = 34.04%
BLUE value IS 159 (62.5% from 255) = 33.62%
R=32.35%
G=34.04%
B=33.62%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1531611590.0500.010.371654.0861.57
Hex99A19F50125a543e
Octal23124123750145245476
Binary1001100110100001100111111010110010110100101100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99A19F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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