#8AA477

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

Shades of Amulet #8AA477

Tints of Amulet #8AA477

Color information

#8AA477 (or 0x8AA477) is unknown color: approx Amulet. HEX triplet: 8A, A4 and 77. RGB value is (138,164,119). Sum of RGB (Red+Green+Blue) = 138+164+119=421 (55% of max value = 765). Red value is 138 (54.30% from 255 or 32.78% from 421); Green value is 164 (64.45% from 255 or 38.95% from 421); Blue value is 119 (46.88% from 255 or 28.27% from 421); Max value from RGB is 164 - color contains mainly: green. Hex color #8AA477 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8AA477 is #755B88. Grayscale: #979797. Windows color (decimal): -7691145 or 7840906. OLE color: 7840906.

HSL color Cylindrical-coordinate representation of color #8AA477: hue angle of 94.67º degrees, saturation: 0.2, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #8AA477 is Cyan = 0.16, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.36.

Color convert

RGB138164119-
CMYK0.1600.270.36
HSL94.67º19.82%55.49%-
HSV(B)94.67º27.44%64.31%-
XYZ27.0933.2922.45-
YUV151.1109.89118.66-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 32.78%
GREEN value IS 164 (64.45% from 255) = 38.95%
BLUE value IS 119 (46.88% from 255) = 28.27%
R=32.78%
G=38.95%
B=28.27%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1381641190.1600.270.3694.6719.8255.49
Hex8AA4771001B245f1437
Octal21224416720033441372467
Binary1000101010100100111011110000011011100100101111110100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AA477

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,164,119); }

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

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

 a { background-color: rgb(138,164,119); }

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

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

 span { border-color: rgb(138,164,119); }

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