#A36965

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

Shades of Coral Tree #A36965

Tints of Coral Tree #A36965

Color information

#A36965 (or 0xA36965) is unknown color: approx Coral Tree. HEX triplet: A3, 69 and 65. RGB value is (163,105,101). Sum of RGB (Red+Green+Blue) = 163+105+101=369 (48% of max value = 765). Red value is 163 (64.06% from 255 or 44.17% from 369); Green value is 105 (41.41% from 255 or 28.46% from 369); Blue value is 101 (39.84% from 255 or 27.37% from 369); Max value from RGB is 163 - color contains mainly: red. Hex color #A36965 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A36965 is #5C969A. Grayscale: #797979. Windows color (decimal): -6067867 or 6646179. OLE color: 6646179.

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

Color convert

RGB163105101-
CMYK00.360.380.36
HSL3.87º25.2%51.76%-
HSV(B)3.87º38.04%63.92%-
XYZ22.518.8314.76-
YUV121.89116.22157.33-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 44.17%
GREEN value IS 105 (41.41% from 255) = 28.46%
BLUE value IS 101 (39.84% from 255) = 27.37%
R=44.17%
G=28.46%
B=27.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.38
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16310510100.360.380.363.8725.251.76
HexA36965024262441934
Octal243151145044464443164
Binary1010001111010011100101010010010011010010010011001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A36965

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A36965; }

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

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

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

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

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

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

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

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