#8A9487

Color #8A9487 Stack (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Stack #8A9487

Tints of Stack #8A9487

Color information

#8A9487 (or 0x8A9487) is unknown color: approx Stack. HEX triplet: 8A, 94 and 87. RGB value is (138,148,135). Sum of RGB (Red+Green+Blue) = 138+148+135=421 (55% of max value = 765). Red value is 138 (54.30% from 255 or 32.78% from 421); Green value is 148 (58.20% from 255 or 35.15% from 421); Blue value is 135 (53.12% from 255 or 32.07% from 421); Max value from RGB is 148 - color contains mainly: green. Hex color #8A9487 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8A9487 is #756B78. Grayscale: #8F8F8F. Windows color (decimal): -7695225 or 8885386. OLE color: 8885386.

HSL color Cylindrical-coordinate representation of color #8A9487: hue angle of 106.15º degrees, saturation: 0.06, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #8A9487 is Cyan = 0.07, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.42.

Color convert

RGB138148135-
CMYK0.0700.090.42
HSL106.15º5.73%55.49%-
HSV(B)106.15º8.78%58.04%-
XYZ25.4428.3327.05-
YUV143.53123.19124.06-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 32.78%
GREEN value IS 148 (58.20% from 255) = 35.15%
BLUE value IS 135 (53.12% from 255) = 32.07%
R=32.78%
G=35.15%
B=32.07%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1381481350.0700.090.42106.155.7355.49
Hex8A94877092A6a637
Octal212224207701152152667
Binary100010101001010010000111111010011010101101010110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A9487

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8A9487; }

 p { color: rgb(138,148,135); }

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

<style>
 a { background-color: #8A9487; }

 a { background-color: rgb(138,148,135); }

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

<style>
 span { border-color: #8A9487; }

 span { border-color: rgb(138,148,135); }

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