#8FA6A3

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

Shades of Cascade #8FA6A3

Tints of Cascade #8FA6A3

Color information

#8FA6A3 (or 0x8FA6A3) is unknown color: approx Cascade. HEX triplet: 8F, A6 and A3. RGB value is (143,166,163). Sum of RGB (Red+Green+Blue) = 143+166+163=472 (62% of max value = 765). Red value is 143 (56.25% from 255 or 30.30% from 472); Green value is 166 (65.23% from 255 or 35.17% from 472); Blue value is 163 (64.06% from 255 or 34.53% from 472); Max value from RGB is 166 - color contains mainly: green. Hex color #8FA6A3 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8FA6A3 is #70595C. Grayscale: #9E9E9E. Windows color (decimal): -7362909 or 10725007. OLE color: 10725007.

HSL color Cylindrical-coordinate representation of color #8FA6A3: hue angle of 172.17º degrees, saturation: 0.11, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #8FA6A3 is Cyan = 0.14, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.35.

Color convert

RGB143166163-
CMYK0.1400.020.35
HSL172.17º11.44%60.59%-
HSV(B)172.17º13.86%65.1%-
XYZ31.5735.7639.89-
YUV158.78130.38116.74-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 30.30%
GREEN value IS 166 (65.23% from 255) = 35.17%
BLUE value IS 163 (64.06% from 255) = 34.53%
R=30.30%
G=35.17%
B=34.53%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1431661630.1400.020.35172.1711.4460.59
Hex8FA6A3E0223acb3d
Octal2172462431602432541375
Binary1000111110100110101000111110010100011101011001011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FA6A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,166,163); }

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

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

 a { background-color: rgb(143,166,163); }

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

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

 span { border-color: rgb(143,166,163); }

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