#A47369

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

Shades of Coral Tree #A47369

Tints of Coral Tree #A47369

Color information

#A47369 (or 0xA47369) is unknown color: approx Coral Tree. HEX triplet: A4, 73 and 69. RGB value is (164,115,105). Sum of RGB (Red+Green+Blue) = 164+115+105=384 (50% of max value = 765). Red value is 164 (64.45% from 255 or 42.71% from 384); Green value is 115 (45.31% from 255 or 29.95% from 384); Blue value is 105 (41.41% from 255 or 27.34% from 384); Max value from RGB is 164 - color contains mainly: red. Hex color #A47369 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A47369 is #5B8C96. Grayscale: #808080. Windows color (decimal): -5999767 or 6910884. OLE color: 6910884.

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

Color convert

RGB164115105-
CMYK00.300.360.36
HSL10.17º24.48%52.75%-
HSV(B)10.17º35.98%64.31%-
XYZ23.9921.1716.19-
YUV128.51114.73153.31-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 42.71%
GREEN value IS 115 (45.31% from 255) = 29.95%
BLUE value IS 105 (41.41% from 255) = 27.34%
R=42.71%
G=29.95%
B=27.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.36
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16411510500.300.360.3610.1724.4852.75
HexA4736901E2424a1835
Octal2441631510364444123065
Binary1010010011100111101001011110100100100100101011000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A47369

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A47369; }

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

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

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

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

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

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

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

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