#AC716D

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

Shades of Coral Tree #AC716D

Tints of Coral Tree #AC716D

Color information

#AC716D (or 0xAC716D) is unknown color: approx Coral Tree. HEX triplet: AC, 71 and 6D. RGB value is (172,113,109). Sum of RGB (Red+Green+Blue) = 172+113+109=394 (52% of max value = 765). Red value is 172 (67.58% from 255 or 43.65% from 394); Green value is 113 (44.53% from 255 or 28.68% from 394); Blue value is 109 (42.97% from 255 or 27.66% from 394); Max value from RGB is 172 - color contains mainly: red. Hex color #AC716D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC716D is #538E92. Grayscale: #828282. Windows color (decimal): -5475987 or 7172524. OLE color: 7172524.

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

Color convert

RGB172113109-
CMYK00.340.370.33
HSL3.81º27.51%55.1%-
HSV(B)3.81º36.63%67.45%-
XYZ25.6821.6917.3-
YUV130.18116.05157.83-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 43.65%
GREEN value IS 113 (44.53% from 255) = 28.68%
BLUE value IS 109 (42.97% from 255) = 27.66%
R=43.65%
G=28.68%
B=27.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.37
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17211310900.340.370.333.8127.5155.1
HexAC716D022252141c37
Octal254161155042454143467
Binary1010110011100011101101010001010010110000110011100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC716D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC716D; }

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

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

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

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

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

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

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

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