#A36864

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

Shades of Coral Tree #A36864

Tints of Coral Tree #A36864

Color information

#A36864 (or 0xA36864) is unknown color: approx Coral Tree. HEX triplet: A3, 68 and 64. RGB value is (163,104,100). Sum of RGB (Red+Green+Blue) = 163+104+100=367 (48% of max value = 765). Red value is 163 (64.06% from 255 or 44.41% from 367); Green value is 104 (41.02% from 255 or 28.34% from 367); Blue value is 100 (39.45% from 255 or 27.25% from 367); Max value from RGB is 163 - color contains mainly: red. Hex color #A36864 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A36864 is #5C979B. Grayscale: #797979. Windows color (decimal): -6068124 or 6580387. OLE color: 6580387.

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

Color convert

RGB163104100-
CMYK00.360.390.36
HSL3.81º25.51%51.57%-
HSV(B)3.81º38.65%63.92%-
XYZ22.3518.6114.47-
YUV121.18116.05157.83-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 44.41%
GREEN value IS 104 (41.02% from 255) = 28.34%
BLUE value IS 100 (39.45% from 255) = 27.25%
R=44.41%
G=28.34%
B=27.25%

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
Decimal16310410000.360.390.363.8125.5151.57
HexA36864024272441a34
Octal243150144044474443264
Binary1010001111010001100100010010010011110010010011010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A36864

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A36864; }

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

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

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

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

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

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

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

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