#A47873

Color #A47873 Coral Tree (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Coral Tree #A47873

Tints of Coral Tree #A47873

Color information

#A47873 (or 0xA47873) is unknown color: approx Coral Tree. HEX triplet: A4, 78 and 73. RGB value is (164,120,115). Sum of RGB (Red+Green+Blue) = 164+120+115=399 (52% of max value = 765). Red value is 164 (64.45% from 255 or 41.10% from 399); Green value is 120 (47.27% from 255 or 30.08% from 399); Blue value is 115 (45.31% from 255 or 28.82% from 399); Max value from RGB is 164 - color contains mainly: red. Hex color #A47873 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A47873 is #5B878C. Grayscale: #848484. Windows color (decimal): -5998477 or 7567524. OLE color: 7567524.

HSL color Cylindrical-coordinate representation of color #A47873: hue angle of 6.12º degrees, saturation: 0.21, 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 #A47873 is Cyan = 0, Magento = 0.27, Yellow = 0.30 and Black (K on CMYK) = 0.36.

Color convert

RGB164120115-
CMYK00.270.300.36
HSL6.12º21.21%54.71%-
HSV(B)6.12º29.88%64.31%-
XYZ25.1222.5619.25-
YUV132.59118.08150.41-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 41.10%
GREEN value IS 120 (47.27% from 255) = 30.08%
BLUE value IS 115 (45.31% from 255) = 28.82%
R=41.10%
G=30.08%
B=28.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.30
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16412011500.270.300.366.1221.2154.71
HexA4787301B1E2461537
Octal244170163033364462567
Binary10100100111100011100110110111111010010011010101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A47873

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A47873; }

 p { color: rgb(164,120,115); }

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

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

 a { background-color: rgb(164,120,115); }

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

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

 span { border-color: rgb(164,120,115); }

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