#A6736B

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

Shades of Coral Tree #A6736B

Tints of Coral Tree #A6736B

Color information

#A6736B (or 0xA6736B) is unknown color: approx Coral Tree. HEX triplet: A6, 73 and 6B. RGB value is (166,115,107). Sum of RGB (Red+Green+Blue) = 166+115+107=388 (51% of max value = 765). Red value is 166 (65.23% from 255 or 42.78% from 388); Green value is 115 (45.31% from 255 or 29.64% from 388); Blue value is 107 (42.19% from 255 or 27.58% from 388); Max value from RGB is 166 - color contains mainly: red. Hex color #A6736B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A6736B is #598C94. Grayscale: #818181. Windows color (decimal): -5868693 or 7041958. OLE color: 7041958.

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

Color convert

RGB166115107-
CMYK00.310.360.35
HSL8.14º24.89%53.53%-
HSV(B)8.14º35.54%65.1%-
XYZ24.5121.4316.75-
YUV129.34115.4154.15-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 42.78%
GREEN value IS 115 (45.31% from 255) = 29.64%
BLUE value IS 107 (42.19% from 255) = 27.58%
R=42.78%
G=29.64%
B=27.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.36
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16611510700.310.360.358.1424.8953.53
HexA6736B01F242381936
Octal2461631530374443103166
Binary1010011011100111101011011111100100100011100011001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6736B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6736B; }

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

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

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

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

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

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

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

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