#89A7A3

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

Shades of Cascade #89A7A3

Tints of Cascade #89A7A3

Color information

#89A7A3 (or 0x89A7A3) is unknown color: approx Cascade. HEX triplet: 89, A7 and A3. RGB value is (137,167,163). Sum of RGB (Red+Green+Blue) = 137+167+163=467 (61% of max value = 765). Red value is 137 (53.91% from 255 or 29.34% from 467); Green value is 167 (65.62% from 255 or 35.76% from 467); Blue value is 163 (64.06% from 255 or 34.90% from 467); Max value from RGB is 167 - color contains mainly: green. Hex color #89A7A3 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #89A7A3 is #76585C. Grayscale: #9D9D9D. Windows color (decimal): -7755869 or 10725257. OLE color: 10725257.

HSL color Cylindrical-coordinate representation of color #89A7A3: hue angle of 172º degrees, saturation: 0.15, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #89A7A3 is Cyan = 0.18, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.35.

Color convert

RGB137167163-
CMYK0.1800.020.35
HSL172º14.56%59.61%-
HSV(B)172º17.96%65.49%-
XYZ30.7535.639.9-
YUV157.57131.06113.33-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 29.34%
GREEN value IS 167 (65.62% from 255) = 35.76%
BLUE value IS 163 (64.06% from 255) = 34.90%
R=29.34%
G=35.76%
B=34.90%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1371671630.1800.020.3517214.5659.61
Hex89A7A3120223acf3c
Octal2112472432202432541774
Binary10001001101001111010001110010010100011101011001111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89A7A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #89A7A3; }

 p { color: rgb(137,167,163); }

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

<style>
 a { background-color: #89A7A3; }

 a { background-color: rgb(137,167,163); }

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

<style>
 span { border-color: #89A7A3; }

 span { border-color: rgb(137,167,163); }

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