#A6786F

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

Shades of Coral Tree #A6786F

Tints of Coral Tree #A6786F

Color information

#A6786F (or 0xA6786F) is unknown color: approx Coral Tree. HEX triplet: A6, 78 and 6F. RGB value is (166,120,111). Sum of RGB (Red+Green+Blue) = 166+120+111=397 (52% of max value = 765). Red value is 166 (65.23% from 255 or 41.81% from 397); Green value is 120 (47.27% from 255 or 30.23% from 397); Blue value is 111 (43.75% from 255 or 27.96% from 397); Max value from RGB is 166 - color contains mainly: red. Hex color #A6786F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A6786F is #598790. Grayscale: #848484. Windows color (decimal): -5867409 or 7305382. OLE color: 7305382.

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

Color convert

RGB166120111-
CMYK00.280.330.35
HSL9.82º23.61%54.31%-
HSV(B)9.82º33.13%65.1%-
XYZ25.3122.6918.08-
YUV132.73115.74151.73-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 41.81%
GREEN value IS 120 (47.27% from 255) = 30.23%
BLUE value IS 111 (43.75% from 255) = 27.96%
R=41.81%
G=30.23%
B=27.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.33
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16612011100.280.330.359.8223.6154.31
HexA6786F01C2123a1836
Octal2461701570344143123066
Binary1010011011110001101111011100100001100011101011000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6786F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6786F; }

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

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

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

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

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

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

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

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