#A57470

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

Shades of Coral Tree #A57470

Tints of Coral Tree #A57470

Color information

#A57470 (or 0xA57470) is unknown color: approx Coral Tree. HEX triplet: A5, 74 and 70. RGB value is (165,116,112). Sum of RGB (Red+Green+Blue) = 165+116+112=393 (52% of max value = 765). Red value is 165 (64.84% from 255 or 41.98% from 393); Green value is 116 (45.70% from 255 or 29.52% from 393); Blue value is 112 (44.14% from 255 or 28.50% from 393); Max value from RGB is 165 - color contains mainly: red. Hex color #A57470 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A57470 is #5A8B8F. Grayscale: #828282. Windows color (decimal): -5933968 or 7369893. OLE color: 7369893.

HSL color Cylindrical-coordinate representation of color #A57470: hue angle of 4.53º degrees, saturation: 0.23, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A57470 is Cyan = 0, Magento = 0.30, Yellow = 0.32 and Black (K on CMYK) = 0.35.

Color convert

RGB165116112-
CMYK00.300.320.35
HSL4.53º22.75%54.31%-
HSV(B)4.53º32.12%64.71%-
XYZ24.6921.6618.21-
YUV130.2117.73152.83-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 41.98%
GREEN value IS 116 (45.70% from 255) = 29.52%
BLUE value IS 112 (44.14% from 255) = 28.50%
R=41.98%
G=29.52%
B=28.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.32
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16511611200.300.320.354.5322.7554.31
HexA5747001E202351736
Octal245164160036404352766
Binary101001011110100111000001111010000010001110110111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A57470

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A57470; }

 p { color: rgb(165,116,112); }

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

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

 a { background-color: rgb(165,116,112); }

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

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

 span { border-color: rgb(165,116,112); }

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