#AC716E

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

Shades of Coral Tree #AC716E

Tints of Coral Tree #AC716E

Color information

#AC716E (or 0xAC716E) is unknown color: approx Coral Tree. HEX triplet: AC, 71 and 6E. RGB value is (172,113,110). Sum of RGB (Red+Green+Blue) = 172+113+110=395 (52% of max value = 765). Red value is 172 (67.58% from 255 or 43.54% from 395); Green value is 113 (44.53% from 255 or 28.61% from 395); Blue value is 110 (43.36% from 255 or 27.85% from 395); Max value from RGB is 172 - color contains mainly: red. Hex color #AC716E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC716E is #538E91. Grayscale: #828282. Windows color (decimal): -5475986 or 7238060. OLE color: 7238060.

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

Color convert

RGB172113110-
CMYK00.340.360.33
HSL2.9º27.19%55.29%-
HSV(B)2.9º36.05%67.45%-
XYZ25.7321.7117.59-
YUV130.3116.55157.74-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 43.54%
GREEN value IS 113 (44.53% from 255) = 28.61%
BLUE value IS 110 (43.36% from 255) = 27.85%
R=43.54%
G=28.61%
B=27.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.36
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17211311000.340.360.332.927.1955.29
HexAC716E022242131b37
Octal254161156042444133367
Binary101011001110001110111001000101001001000011111011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC716E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC716E; }

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

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

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

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

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

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

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

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