#A6726F

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

Shades of Coral Tree #A6726F

Tints of Coral Tree #A6726F

Color information

#A6726F (or 0xA6726F) is unknown color: approx Coral Tree. HEX triplet: A6, 72 and 6F. RGB value is (166,114,111). Sum of RGB (Red+Green+Blue) = 166+114+111=391 (51% of max value = 765). Red value is 166 (65.23% from 255 or 42.46% from 391); Green value is 114 (44.92% from 255 or 29.16% from 391); Blue value is 111 (43.75% from 255 or 28.39% from 391); Max value from RGB is 166 - color contains mainly: red. Hex color #A6726F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A6726F is #598D90. Grayscale: #818181. Windows color (decimal): -5868945 or 7303846. OLE color: 7303846.

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

Color convert

RGB166114111-
CMYK00.310.330.35
HSL3.27º23.61%54.31%-
HSV(B)3.27º33.13%65.1%-
XYZ24.6121.2917.85-
YUV129.21117.73154.24-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 42.46%
GREEN value IS 114 (44.92% from 255) = 29.16%
BLUE value IS 111 (43.75% from 255) = 28.39%
R=42.46%
G=29.16%
B=28.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.33
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16611411100.310.330.353.2723.6154.31
HexA6726F01F212331836
Octal246162157037414333066
Binary10100110111001011011110111111000011000111111000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6726F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6726F; }

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

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

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

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

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

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

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

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