#A36D6D

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

Shades of Coral Tree #A36D6D

Tints of Coral Tree #A36D6D

Color information

#A36D6D (or 0xA36D6D) is unknown color: approx Coral Tree. HEX triplet: A3, 6D and 6D. RGB value is (163,109,109). Sum of RGB (Red+Green+Blue) = 163+109+109=381 (50% of max value = 765). Red value is 163 (64.06% from 255 or 42.78% from 381); Green value is 109 (42.97% from 255 or 28.61% from 381); Blue value is 109 (42.97% from 255 or 28.61% from 381); Max value from RGB is 163 - color contains mainly: red. Hex color #A36D6D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A36D6D is #5C9292. Grayscale: #7D7D7D. Windows color (decimal): -6066835 or 7171491. OLE color: 7171491.

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

Color convert

RGB163109109-
CMYK00.330.330.36
HSL22.69%53.33%-
HSV(B)33.13%63.92%-
XYZ23.3319.8317.07-
YUV125.15118.89155-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 42.78%
GREEN value IS 109 (42.97% from 255) = 28.61%
BLUE value IS 109 (42.97% from 255) = 28.61%
R=42.78%
G=28.61%
B=28.61%

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
Decimal16310910900.330.330.36022.6953.33
HexA36D6D021212401735
Octal243155155041414402765
Binary10100011110110111011010100001100001100100010111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A36D6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A36D6D; }

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

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

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

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

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

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

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

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