#87A49F

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

Shades of Cascade #87A49F

Tints of Cascade #87A49F

Color information

#87A49F (or 0x87A49F) is unknown color: approx Cascade. HEX triplet: 87, A4 and 9F. RGB value is (135,164,159). Sum of RGB (Red+Green+Blue) = 135+164+159=458 (60% of max value = 765). Red value is 135 (53.12% from 255 or 29.48% from 458); Green value is 164 (64.45% from 255 or 35.81% from 458); Blue value is 159 (62.5% from 255 or 34.72% from 458); Max value from RGB is 164 - color contains mainly: green. Hex color #87A49F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #87A49F is #785B60. Grayscale: #9A9A9A. Windows color (decimal): -7887713 or 10462343. OLE color: 10462343.

HSL color Cylindrical-coordinate representation of color #87A49F: hue angle of 169.66º degrees, saturation: 0.14, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #87A49F is Cyan = 0.18, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.36.

Color convert

RGB135164159-
CMYK0.1800.030.36
HSL169.66º13.74%58.63%-
HSV(B)169.66º17.68%64.31%-
XYZ29.5334.2137.85-
YUV154.76130.39113.91-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 29.48%
GREEN value IS 164 (64.45% from 255) = 35.81%
BLUE value IS 159 (62.5% from 255) = 34.72%
R=29.48%
G=35.81%
B=34.72%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1351641590.1800.030.36169.6613.7458.63
Hex87A49F120324aae3b
Octal2072442372203442521673
Binary10000111101001001001111110010011100100101010101110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87A49F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #87A49F; }

 p { color: rgb(135,164,159); }

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

<style>
 a { background-color: #87A49F; }

 a { background-color: rgb(135,164,159); }

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

<style>
 span { border-color: #87A49F; }

 span { border-color: rgb(135,164,159); }

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