#AE715E

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

Shades of Coral Tree #AE715E

Tints of Coral Tree #AE715E

Color information

#AE715E (or 0xAE715E) is unknown color: approx Coral Tree. HEX triplet: AE, 71 and 5E. RGB value is (174,113,94). Sum of RGB (Red+Green+Blue) = 174+113+94=381 (50% of max value = 765). Red value is 174 (68.36% from 255 or 45.67% from 381); Green value is 113 (44.53% from 255 or 29.66% from 381); Blue value is 94 (37.11% from 255 or 24.67% from 381); Max value from RGB is 174 - color contains mainly: red. Hex color #AE715E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE715E is #518EA1. Grayscale: #818181. Windows color (decimal): -5344930 or 6189486. OLE color: 6189486.

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

Color convert

RGB17411394-
CMYK00.350.460.32
HSL14.25º33.06%52.55%-
HSV(B)14.25º45.98%68.24%-
XYZ25.3821.6213.42-
YUV129.07108.21160.04-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 45.67%
GREEN value IS 113 (44.53% from 255) = 29.66%
BLUE value IS 94 (37.11% from 255) = 24.67%
R=45.67%
G=29.66%
B=24.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.46
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1741139400.350.460.3214.2533.0652.55
HexAE715E0232E20e2135
Octal2561611360435640164165
Binary101011101110001101111001000111011101000001110100001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE715E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE715E; }

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

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

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

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

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

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

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

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