#85A46E

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

Shades of Amulet #85A46E

Tints of Amulet #85A46E

Color information

#85A46E (or 0x85A46E) is unknown color: approx Amulet. HEX triplet: 85, A4 and 6E. RGB value is (133,164,110). Sum of RGB (Red+Green+Blue) = 133+164+110=407 (53% of max value = 765). Red value is 133 (52.34% from 255 or 32.68% from 407); Green value is 164 (64.45% from 255 or 40.29% from 407); Blue value is 110 (43.36% from 255 or 27.03% from 407); Max value from RGB is 164 - color contains mainly: green. Hex color #85A46E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #85A46E is #7A5B91. Grayscale: #949494. Windows color (decimal): -8018834 or 7251077. OLE color: 7251077.

HSL color Cylindrical-coordinate representation of color #85A46E: hue angle of 94.44º degrees, saturation: 0.23, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #85A46E is Cyan = 0.19, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.36.

Color convert

RGB133164110-
CMYK0.1900.330.36
HSL94.44º22.88%53.73%-
HSV(B)94.44º32.93%64.31%-
XYZ25.7632.6619.7-
YUV148.57106.23116.89-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 32.68%
GREEN value IS 164 (64.45% from 255) = 40.29%
BLUE value IS 110 (43.36% from 255) = 27.03%
R=32.68%
G=40.29%
B=27.03%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1331641100.1900.330.3694.4422.8853.73
Hex85A46E13021245e1736
Octal20524415623041441362766
Binary10000101101001001101110100110100001100100101111010111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85A46E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #85A46E; }

 p { color: rgb(133,164,110); }

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

<style>
 a { background-color: #85A46E; }

 a { background-color: rgb(133,164,110); }

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

<style>
 span { border-color: #85A46E; }

 span { border-color: rgb(133,164,110); }

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