#8A886E

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

Shades of Schist #8A886E

Tints of Schist #8A886E

Color information

#8A886E (or 0x8A886E) is unknown color: approx Schist. HEX triplet: 8A, 88 and 6E. RGB value is (138,136,110). Sum of RGB (Red+Green+Blue) = 138+136+110=384 (50% of max value = 765). Red value is 138 (54.30% from 255 or 35.94% from 384); Green value is 136 (53.52% from 255 or 35.42% from 384); Blue value is 110 (43.36% from 255 or 28.65% from 384); Max value from RGB is 138 - color contains mainly: red. Hex color #8A886E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8A886E is #757791. Grayscale: #858585. Windows color (decimal): -7698322 or 7243914. OLE color: 7243914.

HSL color Cylindrical-coordinate representation of color #8A886E: hue angle of 55.71º 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 #8A886E is Cyan = 0, Magento = 0.01, Yellow = 0.20 and Black (K on CMYK) = 0.46.

Color convert

RGB138136110-
CMYK00.010.200.46
HSL55.71º11.29%48.63%-
HSV(B)55.71º20.29%54.12%-
XYZ22.124.1418.25-
YUV133.63114.66131.11-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 35.94%
GREEN value IS 136 (53.52% from 255) = 35.42%
BLUE value IS 110 (43.36% from 255) = 28.65%
R=35.94%
G=35.42%
B=28.65%

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
Decimal13813611000.010.200.4655.7111.2948.63
Hex8A886E01142E38b31
Octal212210156012456701361
Binary1000101010001000110111001101001011101110001011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A886E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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