#A6726E

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

Shades of Coral Tree #A6726E

Tints of Coral Tree #A6726E

Color information

#A6726E (or 0xA6726E) is unknown color: approx Coral Tree. HEX triplet: A6, 72 and 6E. RGB value is (166,114,110). Sum of RGB (Red+Green+Blue) = 166+114+110=390 (51% of max value = 765). Red value is 166 (65.23% from 255 or 42.56% from 390); Green value is 114 (44.92% from 255 or 29.23% from 390); Blue value is 110 (43.36% from 255 or 28.21% from 390); Max value from RGB is 166 - color contains mainly: red. Hex color #A6726E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A6726E is #598D91. Grayscale: #818181. Windows color (decimal): -5868946 or 7238310. OLE color: 7238310.

HSL color Cylindrical-coordinate representation of color #A6726E: hue angle of 4.29º 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 #A6726E is Cyan = 0, Magento = 0.31, Yellow = 0.34 and Black (K on CMYK) = 0.35.

Color convert

RGB166114110-
CMYK00.310.340.35
HSL4.29º23.93%54.12%-
HSV(B)4.29º33.73%65.1%-
XYZ24.5621.2717.56-
YUV129.09117.23154.33-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 42.56%
GREEN value IS 114 (44.92% from 255) = 29.23%
BLUE value IS 110 (43.36% from 255) = 28.21%
R=42.56%
G=29.23%
B=28.21%

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
Decimal16611411000.310.340.354.2923.9354.12
HexA6726E01F222341836
Octal246162156037424343066
Binary101001101110010110111001111110001010001110011000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6726E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6726E; }

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

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

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

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

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

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

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

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