#8A967E

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

Shades of Amulet #8A967E

Tints of Amulet #8A967E

Color information

#8A967E (or 0x8A967E) is unknown color: approx Amulet. HEX triplet: 8A, 96 and 7E. RGB value is (138,150,126). Sum of RGB (Red+Green+Blue) = 138+150+126=414 (54% of max value = 765). Red value is 138 (54.30% from 255 or 33.33% from 414); Green value is 150 (58.98% from 255 or 36.23% from 414); Blue value is 126 (49.61% from 255 or 30.43% from 414); Max value from RGB is 150 - color contains mainly: green. Hex color #8A967E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8A967E is #756981. Grayscale: #8F8F8F. Windows color (decimal): -7694722 or 8296074. OLE color: 8296074.

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

Color convert

RGB138150126-
CMYK0.0800.160.41
HSL90º10.26%54.12%-
HSV(B)90º16%58.82%-
XYZ25.1528.7223.96-
YUV143.68118.02123.95-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 33.33%
GREEN value IS 150 (58.98% from 255) = 36.23%
BLUE value IS 126 (49.61% from 255) = 30.43%
R=33.33%
G=36.23%
B=30.43%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1381501260.0800.160.419010.2654.12
Hex8A967E8010295aa36
Octal21222617610020511321266
Binary10001010100101101111110100001000010100110110101010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A967E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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