#A4706E

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

Shades of Coral Tree #A4706E

Tints of Coral Tree #A4706E

Color information

#A4706E (or 0xA4706E) is unknown color: approx Coral Tree. HEX triplet: A4, 70 and 6E. RGB value is (164,112,110). Sum of RGB (Red+Green+Blue) = 164+112+110=386 (51% of max value = 765). Red value is 164 (64.45% from 255 or 42.49% from 386); Green value is 112 (44.14% from 255 or 29.02% from 386); Blue value is 110 (43.36% from 255 or 28.50% from 386); Max value from RGB is 164 - color contains mainly: red. Hex color #A4706E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A4706E is #5B8F91. Grayscale: #7F7F7F. Windows color (decimal): -6000530 or 7237796. OLE color: 7237796.

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

Color convert

RGB164112110-
CMYK00.320.330.36
HSL2.22º22.88%53.73%-
HSV(B)2.22º32.93%64.31%-
XYZ23.9220.6117.47-
YUV127.32118.23154.16-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 42.49%
GREEN value IS 112 (44.14% from 255) = 29.02%
BLUE value IS 110 (43.36% from 255) = 28.50%
R=42.49%
G=29.02%
B=28.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.33
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16411211000.320.330.362.2222.8853.73
HexA4706E020212421736
Octal244160156040414422766
Binary101001001110000110111001000001000011001001010111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4706E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4706E; }

 p { color: rgb(164,112,110); }

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

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

 a { background-color: rgb(164,112,110); }

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

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

 span { border-color: rgb(164,112,110); }

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