#A47870

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

Shades of Coral Tree #A47870

Tints of Coral Tree #A47870

Color information

#A47870 (or 0xA47870) is unknown color: approx Coral Tree. HEX triplet: A4, 78 and 70. RGB value is (164,120,112). Sum of RGB (Red+Green+Blue) = 164+120+112=396 (52% of max value = 765). Red value is 164 (64.45% from 255 or 41.41% from 396); Green value is 120 (47.27% from 255 or 30.30% from 396); Blue value is 112 (44.14% from 255 or 28.28% from 396); Max value from RGB is 164 - color contains mainly: red. Hex color #A47870 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A47870 is #5B878F. Grayscale: #848484. Windows color (decimal): -5998480 or 7370916. OLE color: 7370916.

HSL color Cylindrical-coordinate representation of color #A47870: hue angle of 9.23º degrees, saturation: 0.22, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A47870 is Cyan = 0, Magento = 0.27, Yellow = 0.32 and Black (K on CMYK) = 0.36.

Color convert

RGB164120112-
CMYK00.270.320.36
HSL9.23º22.22%54.12%-
HSV(B)9.23º31.71%64.31%-
XYZ24.9522.518.36-
YUV132.24116.58150.65-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 41.41%
GREEN value IS 120 (47.27% from 255) = 30.30%
BLUE value IS 112 (44.14% from 255) = 28.28%
R=41.41%
G=30.30%
B=28.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.32
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16412011200.270.320.369.2322.2254.12
HexA4787001B202491636
Octal2441701600334044112666
Binary1010010011110001110000011011100000100100100110110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A47870

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A47870; }

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

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

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

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

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

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

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

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