#A6786D

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

Shades of Coral Tree #A6786D

Tints of Coral Tree #A6786D

Color information

#A6786D (or 0xA6786D) is unknown color: approx Coral Tree. HEX triplet: A6, 78 and 6D. RGB value is (166,120,109). Sum of RGB (Red+Green+Blue) = 166+120+109=395 (52% of max value = 765). Red value is 166 (65.23% from 255 or 42.03% from 395); Green value is 120 (47.27% from 255 or 30.38% from 395); Blue value is 109 (42.97% from 255 or 27.59% from 395); Max value from RGB is 166 - color contains mainly: red. Hex color #A6786D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A6786D is #598792. Grayscale: #848484. Windows color (decimal): -5867411 or 7174310. OLE color: 7174310.

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

Color convert

RGB166120109-
CMYK00.280.340.35
HSL11.58º24.26%53.92%-
HSV(B)11.58º34.34%65.1%-
XYZ25.222.6417.51-
YUV132.5114.74151.89-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 42.03%
GREEN value IS 120 (47.27% from 255) = 30.38%
BLUE value IS 109 (42.97% from 255) = 27.59%
R=42.03%
G=30.38%
B=27.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.34
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16612010900.280.340.3511.5824.2653.92
HexA6786D01C2223c1836
Octal2461701550344243143066
Binary1010011011110001101101011100100010100011110011000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6786D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6786D; }

 p { color: rgb(166,120,109); }

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

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

 a { background-color: rgb(166,120,109); }

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

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

 span { border-color: rgb(166,120,109); }

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