#A4786F

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

Shades of Coral Tree #A4786F

Tints of Coral Tree #A4786F

Color information

#A4786F (or 0xA4786F) is unknown color: approx Coral Tree. HEX triplet: A4, 78 and 6F. RGB value is (164,120,111). Sum of RGB (Red+Green+Blue) = 164+120+111=395 (52% of max value = 765). Red value is 164 (64.45% from 255 or 41.52% from 395); Green value is 120 (47.27% from 255 or 30.38% from 395); Blue value is 111 (43.75% from 255 or 28.10% from 395); Max value from RGB is 164 - color contains mainly: red. Hex color #A4786F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A4786F is #5B8790. Grayscale: #848484. Windows color (decimal): -5998481 or 7305380. OLE color: 7305380.

HSL color Cylindrical-coordinate representation of color #A4786F: hue angle of 10.19º degrees, saturation: 0.23, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A4786F is Cyan = 0, Magento = 0.27, Yellow = 0.32 and Black (K on CMYK) = 0.36.

Color convert

RGB164120111-
CMYK00.270.320.36
HSL10.19º22.55%53.92%-
HSV(B)10.19º32.32%64.31%-
XYZ24.922.4718.06-
YUV132.13116.08150.73-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 41.52%
GREEN value IS 120 (47.27% from 255) = 30.38%
BLUE value IS 111 (43.75% from 255) = 28.10%
R=41.52%
G=30.38%
B=28.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.32
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16412011100.270.320.3610.1922.5553.92
HexA4786F01B2024a1736
Octal2441701570334044122766
Binary1010010011110001101111011011100000100100101010111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4786F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4786F; }

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

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

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

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

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

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

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

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