#A5786D

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

Shades of Coral Tree #A5786D

Tints of Coral Tree #A5786D

Color information

#A5786D (or 0xA5786D) is unknown color: approx Coral Tree. HEX triplet: A5, 78 and 6D. RGB value is (165,120,109). Sum of RGB (Red+Green+Blue) = 165+120+109=394 (52% of max value = 765). Red value is 165 (64.84% from 255 or 41.88% from 394); Green value is 120 (47.27% from 255 or 30.46% from 394); Blue value is 109 (42.97% from 255 or 27.66% from 394); Max value from RGB is 165 - color contains mainly: red. Hex color #A5786D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A5786D is #5A8792. Grayscale: #848484. Windows color (decimal): -5932947 or 7174309. OLE color: 7174309.

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

Color convert

RGB165120109-
CMYK00.270.340.35
HSL11.79º23.73%53.73%-
HSV(B)11.79º33.94%64.71%-
XYZ24.9922.5417.5-
YUV132.2114.91151.39-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 41.88%
GREEN value IS 120 (47.27% from 255) = 30.46%
BLUE value IS 109 (42.97% from 255) = 27.66%
R=41.88%
G=30.46%
B=27.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.34
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16512010900.270.340.3511.7923.7353.73
HexA5786D01B2223c1836
Octal2451701550334243143066
Binary1010010111110001101101011011100010100011110011000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5786D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5786D; }

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

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

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

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

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

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

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

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