#A47065

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

Shades of Coral Tree #A47065

Tints of Coral Tree #A47065

Color information

#A47065 (or 0xA47065) is unknown color: approx Coral Tree. HEX triplet: A4, 70 and 65. RGB value is (164,112,101). Sum of RGB (Red+Green+Blue) = 164+112+101=377 (49% of max value = 765). Red value is 164 (64.45% from 255 or 43.50% from 377); Green value is 112 (44.14% from 255 or 29.71% from 377); Blue value is 101 (39.84% from 255 or 26.79% from 377); Max value from RGB is 164 - color contains mainly: red. Hex color #A47065 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A47065 is #5B8F9A. Grayscale: #7E7E7E. Windows color (decimal): -6000539 or 6647972. OLE color: 6647972.

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

Color convert

RGB164112101-
CMYK00.320.380.36
HSL10.48º25.71%51.96%-
HSV(B)10.48º38.41%64.31%-
XYZ23.4520.4215.02-
YUV126.29113.73154.89-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 43.50%
GREEN value IS 112 (44.14% from 255) = 29.71%
BLUE value IS 101 (39.84% from 255) = 26.79%
R=43.50%
G=29.71%
B=26.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.38
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16411210100.320.380.3610.4825.7151.96
HexA470650202624a1a34
Octal2441601450404644123264
Binary10100100111000011001010100000100110100100101011010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A47065

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A47065; }

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

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

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

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

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

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

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

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