#8A916E

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

Shades of Bitter #8A916E

Tints of Bitter #8A916E

Color information

#8A916E (or 0x8A916E) is unknown color: approx Bitter. HEX triplet: 8A, 91 and 6E. RGB value is (138,145,110). Sum of RGB (Red+Green+Blue) = 138+145+110=393 (52% of max value = 765). Red value is 138 (54.30% from 255 or 35.11% from 393); Green value is 145 (57.03% from 255 or 36.90% from 393); Blue value is 110 (43.36% from 255 or 27.99% from 393); Max value from RGB is 145 - color contains mainly: green. Hex color #8A916E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8A916E is #756E91. Grayscale: #8B8B8B. Windows color (decimal): -7696018 or 7246218. OLE color: 7246218.

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

Color convert

RGB138145110-
CMYK0.0500.240.43
HSL72º13.73%50%-
HSV(B)72º24.14%56.86%-
XYZ23.4226.7818.69-
YUV138.92111.68127.35-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 35.11%
GREEN value IS 145 (57.03% from 255) = 36.90%
BLUE value IS 110 (43.36% from 255) = 27.99%
R=35.11%
G=36.90%
B=27.99%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1381451100.0500.240.437213.7350
Hex8A916E50182B48e32
Octal2122211565030531101662
Binary1000101010010001110111010101100010101110010001110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A916E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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