#8AA576

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

Shades of Amulet #8AA576

Tints of Amulet #8AA576

Color information

#8AA576 (or 0x8AA576) is unknown color: approx Amulet. HEX triplet: 8A, A5 and 76. RGB value is (138,165,118). Sum of RGB (Red+Green+Blue) = 138+165+118=421 (55% of max value = 765). Red value is 138 (54.30% from 255 or 32.78% from 421); Green value is 165 (64.84% from 255 or 39.19% from 421); Blue value is 118 (46.48% from 255 or 28.03% from 421); Max value from RGB is 165 - color contains mainly: green. Hex color #8AA576 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8AA576 is #755A89. Grayscale: #979797. Windows color (decimal): -7690890 or 7775626. OLE color: 7775626.

HSL color Cylindrical-coordinate representation of color #8AA576: hue angle of 94.47º degrees, saturation: 0.21, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #8AA576 is Cyan = 0.16, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.35.

Color convert

RGB138165118-
CMYK0.1600.280.35
HSL94.47º20.7%55.49%-
HSV(B)94.47º28.48%64.71%-
XYZ27.2133.6222.2-
YUV151.57109.05118.32-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 32.78%
GREEN value IS 165 (64.84% from 255) = 39.19%
BLUE value IS 118 (46.48% from 255) = 28.03%
R=32.78%
G=39.19%
B=28.03%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1381651180.1600.280.3594.4720.755.49
Hex8AA5761001C235e1537
Octal21224516620034431362567
Binary1000101010100101111011010000011100100011101111010101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AA576

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,165,118); }

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

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

 a { background-color: rgb(138,165,118); }

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

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

 span { border-color: rgb(138,165,118); }

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