#A4746D

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

Shades of Coral Tree #A4746D

Tints of Coral Tree #A4746D

Color information

#A4746D (or 0xA4746D) is unknown color: approx Coral Tree. HEX triplet: A4, 74 and 6D. RGB value is (164,116,109). Sum of RGB (Red+Green+Blue) = 164+116+109=389 (51% of max value = 765). Red value is 164 (64.45% from 255 or 42.16% from 389); Green value is 116 (45.70% from 255 or 29.82% from 389); Blue value is 109 (42.97% from 255 or 28.02% from 389); Max value from RGB is 164 - color contains mainly: red. Hex color #A4746D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A4746D is #5B8B92. Grayscale: #818181. Windows color (decimal): -5999507 or 7173284. OLE color: 7173284.

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

Color convert

RGB164116109-
CMYK00.290.340.36
HSL7.64º23.21%53.53%-
HSV(B)7.64º33.54%64.31%-
XYZ24.3221.4917.33-
YUV129.55116.4152.57-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 42.16%
GREEN value IS 116 (45.70% from 255) = 29.82%
BLUE value IS 109 (42.97% from 255) = 28.02%
R=42.16%
G=29.82%
B=28.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.34
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16411610900.290.340.367.6423.2153.53
HexA4746D01D222481736
Octal2441641550354244102766
Binary1010010011101001101101011101100010100100100010111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4746D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4746D; }

 p { color: rgb(164,116,109); }

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

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

 a { background-color: rgb(164,116,109); }

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

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

 span { border-color: rgb(164,116,109); }

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