#AC706A

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

Shades of Coral Tree #AC706A

Tints of Coral Tree #AC706A

Color information

#AC706A (or 0xAC706A) is unknown color: approx Coral Tree. HEX triplet: AC, 70 and 6A. RGB value is (172,112,106). Sum of RGB (Red+Green+Blue) = 172+112+106=390 (51% of max value = 765). Red value is 172 (67.58% from 255 or 44.10% from 390); Green value is 112 (44.14% from 255 or 28.72% from 390); Blue value is 106 (41.80% from 255 or 27.18% from 390); Max value from RGB is 172 - color contains mainly: red. Hex color #AC706A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC706A is #538F95. Grayscale: #818181. Windows color (decimal): -5476246 or 6975660. OLE color: 6975660.

HSL color Cylindrical-coordinate representation of color #AC706A: hue angle of 5.45º degrees, saturation: 0.28, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #AC706A is Cyan = 0, Magento = 0.35, Yellow = 0.38 and Black (K on CMYK) = 0.33.

Color convert

RGB172112106-
CMYK00.350.380.33
HSL5.45º28.45%54.51%-
HSV(B)5.45º38.37%67.45%-
XYZ25.4121.416.43-
YUV129.26114.88158.49-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 44.10%
GREEN value IS 112 (44.14% from 255) = 28.72%
BLUE value IS 106 (41.80% from 255) = 27.18%
R=44.10%
G=28.72%
B=27.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.38
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17211210600.350.380.335.4528.4554.51
HexAC706A023262151c37
Octal254160152043464153467
Binary1010110011100001101010010001110011010000110111100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC706A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC706A; }

 p { color: rgb(172,112,106); }

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

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

 a { background-color: rgb(172,112,106); }

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

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

 span { border-color: rgb(172,112,106); }

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