#A2706F

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

Shades of Coral Tree #A2706F

Tints of Coral Tree #A2706F

Color information

#A2706F (or 0xA2706F) is unknown color: approx Coral Tree. HEX triplet: A2, 70 and 6F. RGB value is (162,112,111). Sum of RGB (Red+Green+Blue) = 162+112+111=385 (50% of max value = 765). Red value is 162 (63.67% from 255 or 42.08% from 385); Green value is 112 (44.14% from 255 or 29.09% from 385); Blue value is 111 (43.75% from 255 or 28.83% from 385); Max value from RGB is 162 - color contains mainly: red. Hex color #A2706F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A2706F is #5D8F90. Grayscale: #7E7E7E. Windows color (decimal): -6131601 or 7303330. OLE color: 7303330.

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

Color convert

RGB162112111-
CMYK00.310.310.36
HSL1.18º21.52%53.53%-
HSV(B)1.18º31.48%63.53%-
XYZ23.5620.4217.74-
YUV126.84119.06153.08-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 42.08%
GREEN value IS 112 (44.14% from 255) = 29.09%
BLUE value IS 111 (43.75% from 255) = 28.83%
R=42.08%
G=29.09%
B=28.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.31
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16211211100.310.310.361.1821.5253.53
HexA2706F01F1F2411636
Octal242160157037374412666
Binary101000101110000110111101111111111100100110110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2706F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2706F; }

 p { color: rgb(162,112,111); }

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

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

 a { background-color: rgb(162,112,111); }

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

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

 span { border-color: rgb(162,112,111); }

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