#A37372

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

Shades of Coral Tree #A37372

Tints of Coral Tree #A37372

Color information

#A37372 (or 0xA37372) is unknown color: approx Coral Tree. HEX triplet: A3, 73 and 72. RGB value is (163,115,114). Sum of RGB (Red+Green+Blue) = 163+115+114=392 (51% of max value = 765). Red value is 163 (64.06% from 255 or 41.58% from 392); Green value is 115 (45.31% from 255 or 29.34% from 392); Blue value is 114 (44.92% from 255 or 29.08% from 392); Max value from RGB is 163 - color contains mainly: red. Hex color #A37372 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A37372 is #5C8C8D. Grayscale: #818181. Windows color (decimal): -6065294 or 7500707. OLE color: 7500707.

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

Color convert

RGB163115114-
CMYK00.290.300.36
HSL1.22º21.03%54.31%-
HSV(B)1.22º30.06%63.92%-
XYZ24.2721.2618.74-
YUV129.24119.4152.08-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 41.58%
GREEN value IS 115 (45.31% from 255) = 29.34%
BLUE value IS 114 (44.92% from 255) = 29.08%
R=41.58%
G=29.34%
B=29.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.30
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16311511400.290.300.361.2221.0354.31
HexA3737201D1E2411536
Octal243163162035364412566
Binary101000111110011111001001110111110100100110101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A37372

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A37372; }

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

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

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

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

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

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

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

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