#A6746E

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

Shades of Coral Tree #A6746E

Tints of Coral Tree #A6746E

Color information

#A6746E (or 0xA6746E) is unknown color: approx Coral Tree. HEX triplet: A6, 74 and 6E. RGB value is (166,116,110). Sum of RGB (Red+Green+Blue) = 166+116+110=392 (51% of max value = 765). Red value is 166 (65.23% from 255 or 42.35% from 392); Green value is 116 (45.70% from 255 or 29.59% from 392); Blue value is 110 (43.36% from 255 or 28.06% from 392); Max value from RGB is 166 - color contains mainly: red. Hex color #A6746E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A6746E is #598B91. Grayscale: #828282. Windows color (decimal): -5868434 or 7238822. OLE color: 7238822.

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

Color convert

RGB166116110-
CMYK00.300.340.35
HSL6.43º23.93%54.12%-
HSV(B)6.43º33.73%65.1%-
XYZ24.7921.7217.64-
YUV130.27116.56153.49-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 42.35%
GREEN value IS 116 (45.70% from 255) = 29.59%
BLUE value IS 110 (43.36% from 255) = 28.06%
R=42.35%
G=29.59%
B=28.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.34
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16611611000.300.340.356.4323.9354.12
HexA6746E01E222361836
Octal246164156036424363066
Binary101001101110100110111001111010001010001111011000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6746E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6746E; }

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

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

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

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

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

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

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

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