#A6736E

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

Shades of Coral Tree #A6736E

Tints of Coral Tree #A6736E

Color information

#A6736E (or 0xA6736E) is unknown color: approx Coral Tree. HEX triplet: A6, 73 and 6E. RGB value is (166,115,110). Sum of RGB (Red+Green+Blue) = 166+115+110=391 (51% of max value = 765). Red value is 166 (65.23% from 255 or 42.46% from 391); Green value is 115 (45.31% from 255 or 29.41% from 391); Blue value is 110 (43.36% from 255 or 28.13% from 391); Max value from RGB is 166 - color contains mainly: red. Hex color #A6736E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A6736E is #598C91. Grayscale: #818181. Windows color (decimal): -5868690 or 7238566. OLE color: 7238566.

HSL color Cylindrical-coordinate representation of color #A6736E: hue angle of 5.36º degrees, saturation: 0.24, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A6736E is Cyan = 0, Magento = 0.31, Yellow = 0.34 and Black (K on CMYK) = 0.35.

Color convert

RGB166115110-
CMYK00.310.340.35
HSL5.36º23.93%54.12%-
HSV(B)5.36º33.73%65.1%-
XYZ24.6721.4917.6-
YUV129.68116.9153.91-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 42.46%
GREEN value IS 115 (45.31% from 255) = 29.41%
BLUE value IS 110 (43.36% from 255) = 28.13%
R=42.46%
G=29.41%
B=28.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.34
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16611511000.310.340.355.3623.9354.12
HexA6736E01F222351836
Octal246163156037424353066
Binary101001101110011110111001111110001010001110111000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6736E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6736E; }

 p { color: rgb(166,115,110); }

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

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

 a { background-color: rgb(166,115,110); }

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

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

 span { border-color: rgb(166,115,110); }

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