#8A896E

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

Shades of Schist #8A896E

Tints of Schist #8A896E

Color information

#8A896E (or 0x8A896E) is unknown color: approx Schist. HEX triplet: 8A, 89 and 6E. RGB value is (138,137,110). Sum of RGB (Red+Green+Blue) = 138+137+110=385 (50% of max value = 765). Red value is 138 (54.30% from 255 or 35.84% from 385); Green value is 137 (53.91% from 255 or 35.58% from 385); Blue value is 110 (43.36% from 255 or 28.57% from 385); Max value from RGB is 138 - color contains mainly: red. Hex color #8A896E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8A896E is #757691. Grayscale: #868686. Windows color (decimal): -7698066 or 7244170. OLE color: 7244170.

HSL color Cylindrical-coordinate representation of color #8A896E: hue angle of 57.86º degrees, saturation: 0.11, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #8A896E is Cyan = 0, Magento = 0.01, Yellow = 0.20 and Black (K on CMYK) = 0.46.

Color convert

RGB138137110-
CMYK00.010.200.46
HSL57.86º11.29%48.63%-
HSV(B)57.86º20.29%54.12%-
XYZ22.2424.4218.29-
YUV134.22114.33130.7-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 35.84%
GREEN value IS 137 (53.91% from 255) = 35.58%
BLUE value IS 110 (43.36% from 255) = 28.57%
R=35.84%
G=35.58%
B=28.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.20
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal13813711000.010.200.4657.8611.2948.63
Hex8A896E01142E3ab31
Octal212211156012456721361
Binary1000101010001001110111001101001011101110101011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A896E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,137,110); }

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

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

 a { background-color: rgb(138,137,110); }

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

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

 span { border-color: rgb(138,137,110); }

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