#8A9188

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

Shades of Stack #8A9188

Tints of Stack #8A9188

Color information

#8A9188 (or 0x8A9188) is unknown color: approx Stack. HEX triplet: 8A, 91 and 88. RGB value is (138,145,136). Sum of RGB (Red+Green+Blue) = 138+145+136=419 (55% of max value = 765). Red value is 138 (54.30% from 255 or 32.94% from 419); Green value is 145 (57.03% from 255 or 34.61% from 419); Blue value is 136 (53.52% from 255 or 32.46% from 419); Max value from RGB is 145 - color contains mainly: green. Hex color #8A9188 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8A9188 is #756E77. Grayscale: #8D8D8D. Windows color (decimal): -7695992 or 8950154. OLE color: 8950154.

HSL color Cylindrical-coordinate representation of color #8A9188: hue angle of 106.67º degrees, saturation: 0.04, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #8A9188 is Cyan = 0.05, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.43.

Color convert

RGB138145136-
CMYK0.0500.060.43
HSL106.67º3.93%55.1%-
HSV(B)106.67º6.21%56.86%-
XYZ25.0527.4327.27-
YUV141.88124.68125.23-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 32.94%
GREEN value IS 145 (57.03% from 255) = 34.61%
BLUE value IS 136 (53.52% from 255) = 32.46%
R=32.94%
G=34.61%
B=32.46%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1381451360.0500.060.43106.673.9355.1
Hex8A91885062B6b437
Octal21222121050653153467
Binary10001010100100011000100010101101010111101011100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A9188

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,145,136); }

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

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

 a { background-color: rgb(138,145,136); }

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

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

 span { border-color: rgb(138,145,136); }

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