#A0736B

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

Shades of Coral Tree #A0736B

Tints of Coral Tree #A0736B

Color information

#A0736B (or 0xA0736B) is unknown color: approx Coral Tree. HEX triplet: A0, 73 and 6B. RGB value is (160,115,107). Sum of RGB (Red+Green+Blue) = 160+115+107=382 (50% of max value = 765). Red value is 160 (62.89% from 255 or 41.88% from 382); Green value is 115 (45.31% from 255 or 30.10% from 382); Blue value is 107 (42.19% from 255 or 28.01% from 382); Max value from RGB is 160 - color contains mainly: red. Hex color #A0736B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A0736B is #5F8C94. Grayscale: #7F7F7F. Windows color (decimal): -6261909 or 7041952. OLE color: 7041952.

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

Color convert

RGB160115107-
CMYK00.280.330.37
HSL9.06º21.81%52.35%-
HSV(B)9.06º33.13%62.75%-
XYZ23.2820.816.7-
YUV127.54116.41151.15-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 41.88%
GREEN value IS 115 (45.31% from 255) = 30.10%
BLUE value IS 107 (42.19% from 255) = 28.01%
R=41.88%
G=30.10%
B=28.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.33
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16011510700.280.330.379.0621.8152.35
HexA0736B01C212591634
Octal2401631530344145112664
Binary1010000011100111101011011100100001100101100110110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0736B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0736B; }

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

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

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

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

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

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

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

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