#A36963

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

Shades of Coral Tree #A36963

Tints of Coral Tree #A36963

Color information

#A36963 (or 0xA36963) is unknown color: approx Coral Tree. HEX triplet: A3, 69 and 63. RGB value is (163,105,99). Sum of RGB (Red+Green+Blue) = 163+105+99=367 (48% of max value = 765). Red value is 163 (64.06% from 255 or 44.41% from 367); Green value is 105 (41.41% from 255 or 28.61% from 367); Blue value is 99 (39.06% from 255 or 26.98% from 367); Max value from RGB is 163 - color contains mainly: red. Hex color #A36963 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A36963 is #5C969C. Grayscale: #797979. Windows color (decimal): -6067869 or 6515107. OLE color: 6515107.

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

Color convert

RGB16310599-
CMYK00.360.390.36
HSL5.63º25.81%51.37%-
HSV(B)5.63º39.26%63.92%-
XYZ22.4118.7914.25-
YUV121.66115.22157.49-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 44.41%
GREEN value IS 105 (41.41% from 255) = 28.61%
BLUE value IS 99 (39.06% from 255) = 26.98%
R=44.41%
G=28.61%
B=26.98%

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
Decimal1631059900.360.390.365.6325.8151.37
HexA36963024272461a33
Octal243151143044474463263
Binary1010001111010011100011010010010011110010011011010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A36963

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A36963; }

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

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

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

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

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

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

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

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