#A47165

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

Shades of Coral Tree #A47165

Tints of Coral Tree #A47165

Color information

#A47165 (or 0xA47165) is unknown color: approx Coral Tree. HEX triplet: A4, 71 and 65. RGB value is (164,113,101). Sum of RGB (Red+Green+Blue) = 164+113+101=378 (50% of max value = 765). Red value is 164 (64.45% from 255 or 43.39% from 378); Green value is 113 (44.53% from 255 or 29.89% from 378); Blue value is 101 (39.84% from 255 or 26.72% from 378); Max value from RGB is 164 - color contains mainly: red. Hex color #A47165 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A47165 is #5B8E9A. Grayscale: #7E7E7E. Windows color (decimal): -6000283 or 6648228. OLE color: 6648228.

HSL color Cylindrical-coordinate representation of color #A47165: hue angle of 11.43º 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 #A47165 is Cyan = 0, Magento = 0.31, Yellow = 0.38 and Black (K on CMYK) = 0.36.

Color convert

RGB164113101-
CMYK00.310.380.36
HSL11.43º25.71%51.96%-
HSV(B)11.43º38.41%64.31%-
XYZ23.5620.6415.05-
YUV126.88113.4154.48-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 43.39%
GREEN value IS 113 (44.53% from 255) = 29.89%
BLUE value IS 101 (39.84% from 255) = 26.72%
R=43.39%
G=29.89%
B=26.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.38
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16411310100.310.380.3611.4325.7151.96
HexA4716501F2624b1a34
Octal2441611450374644133264
Binary1010010011100011100101011111100110100100101111010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A47165

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A47165; }

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

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

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

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

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

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

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

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