#A5786F

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

Shades of Coral Tree #A5786F

Tints of Coral Tree #A5786F

Color information

#A5786F (or 0xA5786F) is unknown color: approx Coral Tree. HEX triplet: A5, 78 and 6F. RGB value is (165,120,111). Sum of RGB (Red+Green+Blue) = 165+120+111=396 (52% of max value = 765). Red value is 165 (64.84% from 255 or 41.67% from 396); Green value is 120 (47.27% from 255 or 30.30% from 396); Blue value is 111 (43.75% from 255 or 28.03% from 396); Max value from RGB is 165 - color contains mainly: red. Hex color #A5786F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A5786F is #5A8790. Grayscale: #848484. Windows color (decimal): -5932945 or 7305381. OLE color: 7305381.

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

Color convert

RGB165120111-
CMYK00.270.330.35
HSL10º23.08%54.12%-
HSV(B)10º32.73%64.71%-
XYZ25.122.5818.07-
YUV132.43115.91151.23-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 41.67%
GREEN value IS 120 (47.27% from 255) = 30.30%
BLUE value IS 111 (43.75% from 255) = 28.03%
R=41.67%
G=30.30%
B=28.03%

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
Decimal16512011100.270.330.351023.0854.12
HexA5786F01B2123a1736
Octal2451701570334143122766
Binary1010010111110001101111011011100001100011101010111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5786F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5786F; }

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

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

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

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

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

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

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

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