#A36863

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

Shades of Coral Tree #A36863

Tints of Coral Tree #A36863

Color information

#A36863 (or 0xA36863) is unknown color: approx Coral Tree. HEX triplet: A3, 68 and 63. RGB value is (163,104,99). Sum of RGB (Red+Green+Blue) = 163+104+99=366 (48% of max value = 765). Red value is 163 (64.06% from 255 or 44.54% from 366); Green value is 104 (41.02% from 255 or 28.42% from 366); Blue value is 99 (39.06% from 255 or 27.05% from 366); Max value from RGB is 163 - color contains mainly: red. Hex color #A36863 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A36863 is #5C979C. Grayscale: #797979. Windows color (decimal): -6068125 or 6514851. OLE color: 6514851.

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

Color convert

RGB16310499-
CMYK00.360.390.36
HSL4.69º25.81%51.37%-
HSV(B)4.69º39.26%63.92%-
XYZ22.3118.5914.22-
YUV121.07115.55157.91-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 44.54%
GREEN value IS 104 (41.02% from 255) = 28.42%
BLUE value IS 99 (39.06% from 255) = 27.05%
R=44.54%
G=28.42%
B=27.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.39
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1631049900.360.390.364.6925.8151.37
HexA36863024272451a33
Octal243150143044474453263
Binary1010001111010001100011010010010011110010010111010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A36863

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A36863; }

 p { color: rgb(163,104,99); }

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

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

 a { background-color: rgb(163,104,99); }

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

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

 span { border-color: rgb(163,104,99); }

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