#AC706C

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

Shades of Coral Tree #AC706C

Tints of Coral Tree #AC706C

Color information

#AC706C (or 0xAC706C) is unknown color: approx Coral Tree. HEX triplet: AC, 70 and 6C. RGB value is (172,112,108). Sum of RGB (Red+Green+Blue) = 172+112+108=392 (51% of max value = 765). Red value is 172 (67.58% from 255 or 43.88% from 392); Green value is 112 (44.14% from 255 or 28.57% from 392); Blue value is 108 (42.58% from 255 or 27.55% from 392); Max value from RGB is 172 - color contains mainly: red. Hex color #AC706C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC706C is #538F93. Grayscale: #818181. Windows color (decimal): -5476244 or 7106732. OLE color: 7106732.

HSL color Cylindrical-coordinate representation of color #AC706C: hue angle of 3.75º 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 #AC706C is Cyan = 0, Magento = 0.35, Yellow = 0.37 and Black (K on CMYK) = 0.33.

Color convert

RGB172112108-
CMYK00.350.370.33
HSL3.75º27.83%54.9%-
HSV(B)3.75º37.21%67.45%-
XYZ25.5121.4416.98-
YUV129.48115.88158.33-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 43.88%
GREEN value IS 112 (44.14% from 255) = 28.57%
BLUE value IS 108 (42.58% from 255) = 27.55%
R=43.88%
G=28.57%
B=27.55%

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
Decimal17211210800.350.370.333.7527.8354.9
HexAC706C023252141c37
Octal254160154043454143467
Binary1010110011100001101100010001110010110000110011100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC706C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC706C; }

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

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

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

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

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

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

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

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