#8AA472

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

Shades of Amulet #8AA472

Tints of Amulet #8AA472

Color information

#8AA472 (or 0x8AA472) is unknown color: approx Amulet. HEX triplet: 8A, A4 and 72. RGB value is (138,164,114). Sum of RGB (Red+Green+Blue) = 138+164+114=416 (55% of max value = 765). Red value is 138 (54.30% from 255 or 33.17% from 416); Green value is 164 (64.45% from 255 or 39.42% from 416); Blue value is 114 (44.92% from 255 or 27.40% from 416); Max value from RGB is 164 - color contains mainly: green. Hex color #8AA472 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8AA472 is #755B8D. Grayscale: #969696. Windows color (decimal): -7691150 or 7513226. OLE color: 7513226.

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

Color convert

RGB138164114-
CMYK0.1600.300.36
HSL91.2º21.55%54.51%-
HSV(B)91.2º30.49%64.31%-
XYZ26.7933.1720.91-
YUV150.53107.39119.07-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 33.17%
GREEN value IS 164 (64.45% from 255) = 39.42%
BLUE value IS 114 (44.92% from 255) = 27.40%
R=33.17%
G=39.42%
B=27.40%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1381641140.1600.300.3691.221.5554.51
Hex8AA4721001E245b1637
Octal21224416220036441332667
Binary1000101010100100111001010000011110100100101101110110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AA472

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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