#A0746B

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

Shades of Coral Tree #A0746B

Tints of Coral Tree #A0746B

Color information

#A0746B (or 0xA0746B) is unknown color: approx Coral Tree. HEX triplet: A0, 74 and 6B. RGB value is (160,116,107). Sum of RGB (Red+Green+Blue) = 160+116+107=383 (50% of max value = 765). Red value is 160 (62.89% from 255 or 41.78% from 383); Green value is 116 (45.70% from 255 or 30.29% from 383); Blue value is 107 (42.19% from 255 or 27.94% from 383); Max value from RGB is 160 - color contains mainly: red. Hex color #A0746B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A0746B is #5F8B94. Grayscale: #808080. Windows color (decimal): -6261653 or 7042208. OLE color: 7042208.

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

Color convert

RGB160116107-
CMYK00.280.330.37
HSL10.19º21.81%52.35%-
HSV(B)10.19º33.13%62.75%-
XYZ23.421.0316.74-
YUV128.13116.08150.73-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 41.78%
GREEN value IS 116 (45.70% from 255) = 30.29%
BLUE value IS 107 (42.19% from 255) = 27.94%
R=41.78%
G=30.29%
B=27.94%

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
Decimal16011610700.280.330.3710.1921.8152.35
HexA0746B01C2125a1634
Octal2401641530344145122664
Binary1010000011101001101011011100100001100101101010110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0746B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0746B; }

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

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

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

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

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

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

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

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