#AE615D

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

Shades of Coral Tree #AE615D

Tints of Coral Tree #AE615D

Color information

#AE615D (or 0xAE615D) is unknown color: approx Coral Tree. HEX triplet: AE, 61 and 5D. RGB value is (174,97,93). Sum of RGB (Red+Green+Blue) = 174+97+93=364 (48% of max value = 765). Red value is 174 (68.36% from 255 or 47.80% from 364); Green value is 97 (38.28% from 255 or 26.65% from 364); Blue value is 93 (36.72% from 255 or 25.55% from 364); Max value from RGB is 174 - color contains mainly: red. Hex color #AE615D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE615D is #519EA2. Grayscale: #777777. Windows color (decimal): -5349027 or 6119854. OLE color: 6119854.

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

Color convert

RGB1749793-
CMYK00.440.470.32
HSL2.96º33.33%52.35%-
HSV(B)2.96º46.55%68.24%-
XYZ23.7118.3412.65-
YUV119.57113.01166.83-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 47.80%
GREEN value IS 97 (38.28% from 255) = 26.65%
BLUE value IS 93 (36.72% from 255) = 25.55%
R=47.80%
G=26.65%
B=25.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.47
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal174979300.440.470.322.9633.3352.35
HexAE615D02C2F2032134
Octal256141135054574034164
Binary1010111011000011011101010110010111110000011100001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE615D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE615D; }

 p { color: rgb(174,97,93); }

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

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

 a { background-color: rgb(174,97,93); }

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

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

 span { border-color: rgb(174,97,93); }

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