#8A967F

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

Shades of Amulet #8A967F

Tints of Amulet #8A967F

Color information

#8A967F (or 0x8A967F) is unknown color: approx Amulet. HEX triplet: 8A, 96 and 7F. RGB value is (138,150,127). Sum of RGB (Red+Green+Blue) = 138+150+127=415 (54% of max value = 765). Red value is 138 (54.30% from 255 or 33.25% from 415); Green value is 150 (58.98% from 255 or 36.14% from 415); Blue value is 127 (50% from 255 or 30.60% from 415); Max value from RGB is 150 - color contains mainly: green. Hex color #8A967F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8A967F is #756980. Grayscale: #8F8F8F. Windows color (decimal): -7694721 or 8361610. OLE color: 8361610.

HSL color Cylindrical-coordinate representation of color #8A967F: hue angle of 91.3º degrees, saturation: 0.1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #8A967F is Cyan = 0.08, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.41.

Color convert

RGB138150127-
CMYK0.0800.150.41
HSL91.3º9.87%54.31%-
HSV(B)91.3º15.33%58.82%-
XYZ25.2228.7524.3-
YUV143.79118.52123.87-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 33.25%
GREEN value IS 150 (58.98% from 255) = 36.14%
BLUE value IS 127 (50% from 255) = 30.60%
R=33.25%
G=36.14%
B=30.60%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1381501270.0800.150.4191.39.8754.31
Hex8A967F80F295ba36
Octal21222617710017511331266
Binary1000101010010110111111110000111110100110110111010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A967F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,150,127); }

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

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

 a { background-color: rgb(138,150,127); }

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

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

 span { border-color: rgb(138,150,127); }

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