#86A09B

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

Shades of Cascade #86A09B

Tints of Cascade #86A09B

Color information

#86A09B (or 0x86A09B) is unknown color: approx Cascade. HEX triplet: 86, A0 and 9B. RGB value is (134,160,155). Sum of RGB (Red+Green+Blue) = 134+160+155=449 (59% of max value = 765). Red value is 134 (52.73% from 255 or 29.84% from 449); Green value is 160 (62.89% from 255 or 35.63% from 449); Blue value is 155 (60.94% from 255 or 34.52% from 449); Max value from RGB is 160 - color contains mainly: green. Hex color #86A09B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #86A09B is #795F64. Grayscale: #979797. Windows color (decimal): -7954277 or 10199174. OLE color: 10199174.

HSL color Cylindrical-coordinate representation of color #86A09B: hue angle of 168.46º degrees, saturation: 0.12, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #86A09B is Cyan = 0.16, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.37.

Color convert

RGB134160155-
CMYK0.1600.030.37
HSL168.46º12.04%57.65%-
HSV(B)168.46º16.25%62.75%-
XYZ28.3232.5835.81-
YUV151.66129.89115.41-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 29.84%
GREEN value IS 160 (62.89% from 255) = 35.63%
BLUE value IS 155 (60.94% from 255) = 34.52%
R=29.84%
G=35.63%
B=34.52%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1341601550.1600.030.37168.4612.0457.65
Hex86A09B100325a8c3a
Octal2062402332003452501472
Binary10000110101000001001101110000011100101101010001100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86A09B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,160,155); }

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

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

 a { background-color: rgb(134,160,155); }

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

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

 span { border-color: rgb(134,160,155); }

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