#A36E6E

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

Shades of Coral Tree #A36E6E

Tints of Coral Tree #A36E6E

Color information

#A36E6E (or 0xA36E6E) is unknown color: approx Coral Tree. HEX triplet: A3, 6E and 6E. RGB value is (163,110,110). Sum of RGB (Red+Green+Blue) = 163+110+110=383 (50% of max value = 765). Red value is 163 (64.06% from 255 or 42.56% from 383); Green value is 110 (43.36% from 255 or 28.72% from 383); Blue value is 110 (43.36% from 255 or 28.72% from 383); Max value from RGB is 163 - color contains mainly: red. Hex color #A36E6E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A36E6E is #5C9191. Grayscale: #7D7D7D. Windows color (decimal): -6066578 or 7237283. OLE color: 7237283.

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

Color convert

RGB163110110-
CMYK00.330.330.36
HSL22.36%53.53%-
HSV(B)32.52%63.92%-
XYZ23.4920.0617.39-
YUV125.85119.06154.5-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 42.56%
GREEN value IS 110 (43.36% from 255) = 28.72%
BLUE value IS 110 (43.36% from 255) = 28.72%
R=42.56%
G=28.72%
B=28.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.33
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16311011000.330.330.36022.3653.53
HexA36E6E021212401636
Octal243156156041414402666
Binary10100011110111011011100100001100001100100010110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A36E6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A36E6E; }

 p { color: rgb(163,110,110); }

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

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

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

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

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

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

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