#A37370

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

Shades of Coral Tree #A37370

Tints of Coral Tree #A37370

Color information

#A37370 (or 0xA37370) is unknown color: approx Coral Tree. HEX triplet: A3, 73 and 70. RGB value is (163,115,112). Sum of RGB (Red+Green+Blue) = 163+115+112=390 (51% of max value = 765). Red value is 163 (64.06% from 255 or 41.79% from 390); Green value is 115 (45.31% from 255 or 29.49% from 390); Blue value is 112 (44.14% from 255 or 28.72% from 390); Max value from RGB is 163 - color contains mainly: red. Hex color #A37370 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A37370 is #5C8C8F. Grayscale: #818181. Windows color (decimal): -6065296 or 7369635. OLE color: 7369635.

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

Color convert

RGB163115112-
CMYK00.290.310.36
HSL3.53º21.7%53.92%-
HSV(B)3.53º31.29%63.92%-
XYZ24.1621.2218.15-
YUV129.01118.4152.24-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 41.79%
GREEN value IS 115 (45.31% from 255) = 29.49%
BLUE value IS 112 (44.14% from 255) = 28.72%
R=41.79%
G=29.49%
B=28.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.31
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16311511200.290.310.363.5321.753.92
HexA3737001D1F2441636
Octal243163160035374442666
Binary10100011111001111100000111011111110010010010110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A37370

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A37370; }

 p { color: rgb(163,115,112); }

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

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

 a { background-color: rgb(163,115,112); }

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

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

 span { border-color: rgb(163,115,112); }

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