#A0716B

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

Shades of Coral Tree #A0716B

Tints of Coral Tree #A0716B

Color information

#A0716B (or 0xA0716B) is unknown color: approx Coral Tree. HEX triplet: A0, 71 and 6B. RGB value is (160,113,107). Sum of RGB (Red+Green+Blue) = 160+113+107=380 (50% of max value = 765). Red value is 160 (62.89% from 255 or 42.11% from 380); Green value is 113 (44.53% from 255 or 29.74% from 380); Blue value is 107 (42.19% from 255 or 28.16% from 380); Max value from RGB is 160 - color contains mainly: red. Hex color #A0716B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A0716B is #5F8E94. Grayscale: #7E7E7E. Windows color (decimal): -6262421 or 7041440. OLE color: 7041440.

HSL color Cylindrical-coordinate representation of color #A0716B: hue angle of 6.79º 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 #A0716B is Cyan = 0, Magento = 0.29, Yellow = 0.33 and Black (K on CMYK) = 0.37.

Color convert

RGB160113107-
CMYK00.290.330.37
HSL6.79º21.81%52.35%-
HSV(B)6.79º33.13%62.75%-
XYZ23.0620.3516.62-
YUV126.37117.07151.99-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 42.11%
GREEN value IS 113 (44.53% from 255) = 29.74%
BLUE value IS 107 (42.19% from 255) = 28.16%
R=42.11%
G=29.74%
B=28.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.33
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16011310700.290.330.376.7921.8152.35
HexA0716B01D212571634
Octal240161153035414572664
Binary101000001110001110101101110110000110010111110110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0716B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0716B; }

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

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

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

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

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

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

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

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