#A07372

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

Shades of Coral Tree #A07372

Tints of Coral Tree #A07372

Color information

#A07372 (or 0xA07372) is unknown color: approx Coral Tree. HEX triplet: A0, 73 and 72. RGB value is (160,115,114). Sum of RGB (Red+Green+Blue) = 160+115+114=389 (51% of max value = 765). Red value is 160 (62.89% from 255 or 41.13% from 389); Green value is 115 (45.31% from 255 or 29.56% from 389); Blue value is 114 (44.92% from 255 or 29.31% from 389); Max value from RGB is 160 - color contains mainly: red. Hex color #A07372 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A07372 is #5F8C8D. Grayscale: #808080. Windows color (decimal): -6261902 or 7500704. OLE color: 7500704.

HSL color Cylindrical-coordinate representation of color #A07372: hue angle of 1.3º degrees, saturation: 0.19, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A07372 is Cyan = 0, Magento = 0.28, Yellow = 0.29 and Black (K on CMYK) = 0.37.

Color convert

RGB160115114-
CMYK00.280.290.37
HSL1.3º19.49%53.73%-
HSV(B)1.3º28.75%62.75%-
XYZ23.6720.9518.72-
YUV128.34119.91150.58-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 41.13%
GREEN value IS 115 (45.31% from 255) = 29.56%
BLUE value IS 114 (44.92% from 255) = 29.31%
R=41.13%
G=29.56%
B=29.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.29
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16011511400.280.290.371.319.4953.73
HexA0737201C1D2511336
Octal240163162034354512366
Binary101000001110011111001001110011101100101110011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A07372

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A07372; }

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

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

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

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

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

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

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

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