#AC716B

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

Shades of Coral Tree #AC716B

Tints of Coral Tree #AC716B

Color information

#AC716B (or 0xAC716B) is unknown color: approx Coral Tree. HEX triplet: AC, 71 and 6B. RGB value is (172,113,107). Sum of RGB (Red+Green+Blue) = 172+113+107=392 (51% of max value = 765). Red value is 172 (67.58% from 255 or 43.88% from 392); Green value is 113 (44.53% from 255 or 28.83% from 392); Blue value is 107 (42.19% from 255 or 27.30% from 392); Max value from RGB is 172 - color contains mainly: red. Hex color #AC716B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC716B is #538E94. Grayscale: #828282. Windows color (decimal): -5475989 or 7041452. OLE color: 7041452.

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

Color convert

RGB172113107-
CMYK00.340.380.33
HSL5.54º28.14%54.71%-
HSV(B)5.54º37.79%67.45%-
XYZ25.5721.6416.74-
YUV129.96115.05157.99-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 43.88%
GREEN value IS 113 (44.53% from 255) = 28.83%
BLUE value IS 107 (42.19% from 255) = 27.30%
R=43.88%
G=28.83%
B=27.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.38
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17211310700.340.380.335.5428.1454.71
HexAC716B022262161c37
Octal254161153042464163467
Binary1010110011100011101011010001010011010000111011100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC716B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC716B; }

 p { color: rgb(172,113,107); }

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

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

 a { background-color: rgb(172,113,107); }

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

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

 span { border-color: rgb(172,113,107); }

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