#A3706C

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

Shades of Coral Tree #A3706C

Tints of Coral Tree #A3706C

Color information

#A3706C (or 0xA3706C) is unknown color: approx Coral Tree. HEX triplet: A3, 70 and 6C. RGB value is (163,112,108). Sum of RGB (Red+Green+Blue) = 163+112+108=383 (50% of max value = 765). Red value is 163 (64.06% from 255 or 42.56% from 383); Green value is 112 (44.14% from 255 or 29.24% from 383); Blue value is 108 (42.58% from 255 or 28.20% from 383); Max value from RGB is 163 - color contains mainly: red. Hex color #A3706C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A3706C is #5C8F93. Grayscale: #7E7E7E. Windows color (decimal): -6066068 or 7106723. OLE color: 7106723.

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

Color convert

RGB163112108-
CMYK00.310.340.36
HSL4.36º23.01%53.14%-
HSV(B)4.36º33.74%63.92%-
XYZ23.6120.4616.89-
YUV126.79117.4153.83-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 42.56%
GREEN value IS 112 (44.14% from 255) = 29.24%
BLUE value IS 108 (42.58% from 255) = 28.20%
R=42.56%
G=29.24%
B=28.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.34
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16311210800.310.340.364.3623.0153.14
HexA3706C01F222441735
Octal243160154037424442765
Binary101000111110000110110001111110001010010010010111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3706C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3706C; }

 p { color: rgb(163,112,108); }

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

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

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

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

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

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

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