#A47368

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

Shades of Coral Tree #A47368

Tints of Coral Tree #A47368

Color information

#A47368 (or 0xA47368) is unknown color: approx Coral Tree. HEX triplet: A4, 73 and 68. RGB value is (164,115,104). Sum of RGB (Red+Green+Blue) = 164+115+104=383 (50% of max value = 765). Red value is 164 (64.45% from 255 or 42.82% from 383); Green value is 115 (45.31% from 255 or 30.03% from 383); Blue value is 104 (41.02% from 255 or 27.15% from 383); Max value from RGB is 164 - color contains mainly: red. Hex color #A47368 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A47368 is #5B8C97. Grayscale: #808080. Windows color (decimal): -5999768 or 6845348. OLE color: 6845348.

HSL color Cylindrical-coordinate representation of color #A47368: hue angle of 11º degrees, saturation: 0.25, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A47368 is Cyan = 0, Magento = 0.30, Yellow = 0.37 and Black (K on CMYK) = 0.36.

Color convert

RGB164115104-
CMYK00.300.370.36
HSL11º24.79%52.55%-
HSV(B)11º36.59%64.31%-
XYZ23.9421.1515.92-
YUV128.4114.23153.39-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 42.82%
GREEN value IS 115 (45.31% from 255) = 30.03%
BLUE value IS 104 (41.02% from 255) = 27.15%
R=42.82%
G=30.03%
B=27.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.37
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16411510400.300.370.361124.7952.55
HexA4736801E2524b1935
Octal2441631500364544133165
Binary1010010011100111101000011110100101100100101111001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A47368

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A47368; }

 p { color: rgb(164,115,104); }

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

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

 a { background-color: rgb(164,115,104); }

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

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

 span { border-color: rgb(164,115,104); }

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