#8A9388

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

Shades of Stack #8A9388

Tints of Stack #8A9388

Color information

#8A9388 (or 0x8A9388) is unknown color: approx Stack. HEX triplet: 8A, 93 and 88. RGB value is (138,147,136). Sum of RGB (Red+Green+Blue) = 138+147+136=421 (55% of max value = 765). Red value is 138 (54.30% from 255 or 32.78% from 421); Green value is 147 (57.81% from 255 or 34.92% from 421); Blue value is 136 (53.52% from 255 or 32.30% from 421); Max value from RGB is 147 - color contains mainly: green. Hex color #8A9388 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8A9388 is #756C77. Grayscale: #8F8F8F. Windows color (decimal): -7695480 or 8950666. OLE color: 8950666.

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

Color convert

RGB138147136-
CMYK0.0600.070.42
HSL109.09º4.85%55.49%-
HSV(B)109.09º7.48%57.65%-
XYZ25.3628.0527.37-
YUV143.06124.02124.39-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 32.78%
GREEN value IS 147 (57.81% from 255) = 34.92%
BLUE value IS 136 (53.52% from 255) = 32.30%
R=32.78%
G=34.92%
B=32.30%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1381471360.0600.070.42109.094.8555.49
Hex8A93886072A6d537
Octal21222321060752155567
Binary10001010100100111000100011001111010101101101101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A9388

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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