#83A47C

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

Shades of Amulet #83A47C

Tints of Amulet #83A47C

Color information

#83A47C (or 0x83A47C) is unknown color: approx Amulet. HEX triplet: 83, A4 and 7C. RGB value is (131,164,124). Sum of RGB (Red+Green+Blue) = 131+164+124=419 (55% of max value = 765). Red value is 131 (51.56% from 255 or 31.26% from 419); Green value is 164 (64.45% from 255 or 39.14% from 419); Blue value is 124 (48.83% from 255 or 29.59% from 419); Max value from RGB is 164 - color contains mainly: green. Hex color #83A47C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #83A47C is #7C5B83. Grayscale: #959595. Windows color (decimal): -8149892 or 8168579. OLE color: 8168579.

HSL color Cylindrical-coordinate representation of color #83A47C: hue angle of 109.5º 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 #83A47C is Cyan = 0.20, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.36.

Color convert

RGB131164124-
CMYK0.2000.240.36
HSL109.5º18.02%56.47%-
HSV(B)109.5º24.39%64.31%-
XYZ26.2732.8324.02-
YUV149.57113.57114.75-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 31.26%
GREEN value IS 164 (64.45% from 255) = 39.14%
BLUE value IS 124 (48.83% from 255) = 29.59%
R=31.26%
G=39.14%
B=29.59%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1311641240.2000.240.36109.518.0256.47
Hex83A47C14018246d1238
Octal20324417424030441552270
Binary1000001110100100111110010100011000100100110110110010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83A47C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #83A47C; }

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

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

<style>
 a { background-color: #83A47C; }

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

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

<style>
 span { border-color: #83A47C; }

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

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