#AC706E

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

Shades of Coral Tree #AC706E

Tints of Coral Tree #AC706E

Color information

#AC706E (or 0xAC706E) is unknown color: approx Coral Tree. HEX triplet: AC, 70 and 6E. RGB value is (172,112,110). Sum of RGB (Red+Green+Blue) = 172+112+110=394 (52% of max value = 765). Red value is 172 (67.58% from 255 or 43.65% from 394); Green value is 112 (44.14% from 255 or 28.43% from 394); Blue value is 110 (43.36% from 255 or 27.92% from 394); Max value from RGB is 172 - color contains mainly: red. Hex color #AC706E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC706E is #538F91. Grayscale: #818181. Windows color (decimal): -5476242 or 7237804. OLE color: 7237804.

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

Color convert

RGB172112110-
CMYK00.350.360.33
HSL1.94º27.19%55.29%-
HSV(B)1.94º36.05%67.45%-
XYZ25.6221.4817.55-
YUV129.71116.88158.16-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 43.65%
GREEN value IS 112 (44.14% from 255) = 28.43%
BLUE value IS 110 (43.36% from 255) = 27.92%
R=43.65%
G=28.43%
B=27.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.36
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17211211000.350.360.331.9427.1955.29
HexAC706E023242121b37
Octal254160156043444123367
Binary101011001110000110111001000111001001000011011011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC706E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC706E; }

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

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

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

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

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

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

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

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