#AC706D

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

Shades of Coral Tree #AC706D

Tints of Coral Tree #AC706D

Color information

#AC706D (or 0xAC706D) is unknown color: approx Coral Tree. HEX triplet: AC, 70 and 6D. RGB value is (172,112,109). Sum of RGB (Red+Green+Blue) = 172+112+109=393 (52% of max value = 765). Red value is 172 (67.58% from 255 or 43.77% from 393); Green value is 112 (44.14% from 255 or 28.50% from 393); Blue value is 109 (42.97% from 255 or 27.74% from 393); Max value from RGB is 172 - color contains mainly: red. Hex color #AC706D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC706D is #538F92. Grayscale: #818181. Windows color (decimal): -5476243 or 7172268. OLE color: 7172268.

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

Color convert

RGB172112109-
CMYK00.350.370.33
HSL2.86º27.51%55.1%-
HSV(B)2.86º36.63%67.45%-
XYZ25.5721.4617.26-
YUV129.6116.38158.24-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 43.77%
GREEN value IS 112 (44.14% from 255) = 28.50%
BLUE value IS 109 (42.97% from 255) = 27.74%
R=43.77%
G=28.50%
B=27.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.37
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17211210900.350.370.332.8627.5155.1
HexAC706D023252131c37
Octal254160155043454133467
Binary101011001110000110110101000111001011000011111100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC706D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC706D; }

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

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

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

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

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

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

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

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