#AE716D

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

Shades of Coral Tree #AE716D

Tints of Coral Tree #AE716D

Color information

#AE716D (or 0xAE716D) is unknown color: approx Coral Tree. HEX triplet: AE, 71 and 6D. RGB value is (174,113,109). Sum of RGB (Red+Green+Blue) = 174+113+109=396 (52% of max value = 765). Red value is 174 (68.36% from 255 or 43.94% from 396); Green value is 113 (44.53% from 255 or 28.54% from 396); Blue value is 109 (42.97% from 255 or 27.53% from 396); Max value from RGB is 174 - color contains mainly: red. Hex color #AE716D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE716D is #518E92. Grayscale: #828282. Windows color (decimal): -5344915 or 7172526. OLE color: 7172526.

HSL color Cylindrical-coordinate representation of color #AE716D: hue angle of 3.69º degrees, saturation: 0.29, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #AE716D is Cyan = 0, Magento = 0.35, Yellow = 0.37 and Black (K on CMYK) = 0.32.

Color convert

RGB174113109-
CMYK00.350.370.32
HSL3.69º28.63%55.49%-
HSV(B)3.69º37.36%68.24%-
XYZ26.1221.9117.32-
YUV130.78115.71158.83-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 43.94%
GREEN value IS 113 (44.53% from 255) = 28.54%
BLUE value IS 109 (42.97% from 255) = 27.53%
R=43.94%
G=28.54%
B=27.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.37
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17411310900.350.370.323.6928.6355.49
HexAE716D023252041d37
Octal256161155043454043567
Binary1010111011100011101101010001110010110000010011101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE716D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE716D; }

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

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

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

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

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

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

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

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