#8AA47C

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

Shades of Amulet #8AA47C

Tints of Amulet #8AA47C

Color information

#8AA47C (or 0x8AA47C) is unknown color: approx Amulet. HEX triplet: 8A, A4 and 7C. RGB value is (138,164,124). Sum of RGB (Red+Green+Blue) = 138+164+124=426 (56% of max value = 765). Red value is 138 (54.30% from 255 or 32.39% from 426); Green value is 164 (64.45% from 255 or 38.50% from 426); Blue value is 124 (48.83% from 255 or 29.11% from 426); Max value from RGB is 164 - color contains mainly: green. Hex color #8AA47C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8AA47C is #755B83. Grayscale: #979797. Windows color (decimal): -7691140 or 8168586. OLE color: 8168586.

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

Color convert

RGB138164124-
CMYK0.1600.240.36
HSL99º18.02%56.47%-
HSV(B)99º24.39%64.31%-
XYZ27.3933.4124.07-
YUV151.67112.39118.25-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 32.39%
GREEN value IS 164 (64.45% from 255) = 38.50%
BLUE value IS 124 (48.83% from 255) = 29.11%
R=32.39%
G=38.50%
B=29.11%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1381641240.1600.240.369918.0256.47
Hex8AA47C1001824631238
Octal21224417420030441432270
Binary1000101010100100111110010000011000100100110001110010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AA47C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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