#A5786E

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

Shades of Coral Tree #A5786E

Tints of Coral Tree #A5786E

Color information

#A5786E (or 0xA5786E) is unknown color: approx Coral Tree. HEX triplet: A5, 78 and 6E. RGB value is (165,120,110). Sum of RGB (Red+Green+Blue) = 165+120+110=395 (52% of max value = 765). Red value is 165 (64.84% from 255 or 41.77% from 395); Green value is 120 (47.27% from 255 or 30.38% from 395); Blue value is 110 (43.36% from 255 or 27.85% from 395); Max value from RGB is 165 - color contains mainly: red. Hex color #A5786E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A5786E is #5A8791. Grayscale: #848484. Windows color (decimal): -5932946 or 7239845. OLE color: 7239845.

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

Color convert

RGB165120110-
CMYK00.270.330.35
HSL10.91º23.4%53.92%-
HSV(B)10.91º33.33%64.71%-
XYZ25.0522.5617.79-
YUV132.32115.41151.31-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 41.77%
GREEN value IS 120 (47.27% from 255) = 30.38%
BLUE value IS 110 (43.36% from 255) = 27.85%
R=41.77%
G=30.38%
B=27.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.33
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16512011000.270.330.3510.9123.453.92
HexA5786E01B2123b1736
Octal2451701560334143132766
Binary1010010111110001101110011011100001100011101110111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5786E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5786E; }

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

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

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

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

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

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

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

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