#86AA9E

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

Shades of Cascade #86AA9E

Tints of Cascade #86AA9E

Color information

#86AA9E (or 0x86AA9E) is unknown color: approx Cascade. HEX triplet: 86, AA and 9E. RGB value is (134,170,158). Sum of RGB (Red+Green+Blue) = 134+170+158=462 (61% of max value = 765). Red value is 134 (52.73% from 255 or 29.00% from 462); Green value is 170 (66.80% from 255 or 36.80% from 462); Blue value is 158 (62.11% from 255 or 34.20% from 462); Max value from RGB is 170 - color contains mainly: green. Hex color #86AA9E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #86AA9E is #795561. Grayscale: #9D9D9D. Windows color (decimal): -7951714 or 10398342. OLE color: 10398342.

HSL color Cylindrical-coordinate representation of color #86AA9E: hue angle of 160º degrees, saturation: 0.17, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #86AA9E is Cyan = 0.21, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.33.

Color convert

RGB134170158-
CMYK0.2100.070.33
HSL160º17.48%59.61%-
HSV(B)160º21.18%66.67%-
XYZ30.3836.2937.75-
YUV157.87128.07110.98-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 29.00%
GREEN value IS 170 (66.80% from 255) = 36.80%
BLUE value IS 158 (62.11% from 255) = 34.20%
R=29.00%
G=36.80%
B=34.20%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1341701580.2100.070.3316017.4859.61
Hex86AA9E150721a0113c
Octal2062522362507412402174
Binary1000011010101010100111101010101111000011010000010001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86AA9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #86AA9E; }

 p { color: rgb(134,170,158); }

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

<style>
 a { background-color: #86AA9E; }

 a { background-color: rgb(134,170,158); }

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

<style>
 span { border-color: #86AA9E; }

 span { border-color: rgb(134,170,158); }

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