#86A7A2

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

Shades of Cascade #86A7A2

Tints of Cascade #86A7A2

Color information

#86A7A2 (or 0x86A7A2) is unknown color: approx Cascade. HEX triplet: 86, A7 and A2. RGB value is (134,167,162). Sum of RGB (Red+Green+Blue) = 134+167+162=463 (61% of max value = 765). Red value is 134 (52.73% from 255 or 28.94% from 463); Green value is 167 (65.62% from 255 or 36.07% from 463); Blue value is 162 (63.67% from 255 or 34.99% from 463); Max value from RGB is 167 - color contains mainly: green. Hex color #86A7A2 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #86A7A2 is #79585D. Grayscale: #9C9C9C. Windows color (decimal): -7952478 or 10659718. OLE color: 10659718.

HSL color Cylindrical-coordinate representation of color #86A7A2: hue angle of 170.91º degrees, saturation: 0.16, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #86A7A2 is Cyan = 0.20, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.35.

Color convert

RGB134167162-
CMYK0.2000.030.35
HSL170.91º15.79%59.02%-
HSV(B)170.91º19.76%65.49%-
XYZ30.1735.3139.41-
YUV156.56131.07111.91-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 28.94%
GREEN value IS 167 (65.62% from 255) = 36.07%
BLUE value IS 162 (63.67% from 255) = 34.99%
R=28.94%
G=36.07%
B=34.99%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1341671620.2000.030.35170.9115.7959.02
Hex86A7A2140323ab103b
Octal2062472422403432532073
Binary100001101010011110100010101000111000111010101110000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86A7A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,167,162); }

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

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

 a { background-color: rgb(134,167,162); }

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

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

 span { border-color: rgb(134,167,162); }

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