#8AA475

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

Shades of Amulet #8AA475

Tints of Amulet #8AA475

Color information

#8AA475 (or 0x8AA475) is unknown color: approx Amulet. HEX triplet: 8A, A4 and 75. RGB value is (138,164,117). Sum of RGB (Red+Green+Blue) = 138+164+117=419 (55% of max value = 765). Red value is 138 (54.30% from 255 or 32.94% from 419); Green value is 164 (64.45% from 255 or 39.14% from 419); Blue value is 117 (46.09% from 255 or 27.92% from 419); Max value from RGB is 164 - color contains mainly: green. Hex color #8AA475 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8AA475 is #755B8A. Grayscale: #979797. Windows color (decimal): -7691147 or 7709834. OLE color: 7709834.

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

Color convert

RGB138164117-
CMYK0.1600.290.36
HSL93.19º20.52%55.1%-
HSV(B)93.19º28.66%64.31%-
XYZ26.9733.2421.82-
YUV150.87108.89118.82-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 32.94%
GREEN value IS 164 (64.45% from 255) = 39.14%
BLUE value IS 117 (46.09% from 255) = 27.92%
R=32.94%
G=39.14%
B=27.92%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1381641170.1600.290.3693.1920.5255.1
Hex8AA4751001D245d1537
Octal21224416520035441352567
Binary1000101010100100111010110000011101100100101110110101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AA475

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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