#8FA9A4

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

Shades of Cascade #8FA9A4

Tints of Cascade #8FA9A4

Color information

#8FA9A4 (or 0x8FA9A4) is unknown color: approx Cascade. HEX triplet: 8F, A9 and A4. RGB value is (143,169,164). Sum of RGB (Red+Green+Blue) = 143+169+164=476 (63% of max value = 765). Red value is 143 (56.25% from 255 or 30.04% from 476); Green value is 169 (66.41% from 255 or 35.50% from 476); Blue value is 164 (64.45% from 255 or 34.45% from 476); Max value from RGB is 169 - color contains mainly: green. Hex color #8FA9A4 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8FA9A4 is #70565B. Grayscale: #A0A0A0. Windows color (decimal): -7362140 or 10791311. OLE color: 10791311.

HSL color Cylindrical-coordinate representation of color #8FA9A4: hue angle of 168.46º degrees, saturation: 0.13, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #8FA9A4 is Cyan = 0.15, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.34.

Color convert

RGB143169164-
CMYK0.1500.030.34
HSL168.46º13.13%61.18%-
HSV(B)168.46º15.38%66.27%-
XYZ32.2236.940.55-
YUV160.66129.89115.41-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 30.04%
GREEN value IS 169 (66.41% from 255) = 35.50%
BLUE value IS 164 (64.45% from 255) = 34.45%
R=30.04%
G=35.50%
B=34.45%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1431691640.1500.030.34168.4613.1361.18
Hex8FA9A4F0322a8d3d
Octal2172512441703422501575
Binary1000111110101001101001001111011100010101010001101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FA9A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8FA9A4; }

 p { color: rgb(143,169,164); }

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

<style>
 a { background-color: #8FA9A4; }

 a { background-color: rgb(143,169,164); }

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

<style>
 span { border-color: #8FA9A4; }

 span { border-color: rgb(143,169,164); }

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