#AE615C

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

Shades of Coral Tree #AE615C

Tints of Coral Tree #AE615C

Color information

#AE615C (or 0xAE615C) is unknown color: approx Coral Tree. HEX triplet: AE, 61 and 5C. RGB value is (174,97,92). Sum of RGB (Red+Green+Blue) = 174+97+92=363 (48% of max value = 765). Red value is 174 (68.36% from 255 or 47.93% from 363); Green value is 97 (38.28% from 255 or 26.72% from 363); Blue value is 92 (36.33% from 255 or 25.34% from 363); Max value from RGB is 174 - color contains mainly: red. Hex color #AE615C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE615C is #519EA3. Grayscale: #777777. Windows color (decimal): -5349028 or 6054318. OLE color: 6054318.

HSL color Cylindrical-coordinate representation of color #AE615C: hue angle of 3.66º degrees, saturation: 0.34, 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 #AE615C is Cyan = 0, Magento = 0.44, Yellow = 0.47 and Black (K on CMYK) = 0.32.

Color convert

RGB1749792-
CMYK00.440.470.32
HSL3.66º33.61%52.16%-
HSV(B)3.66º47.13%68.24%-
XYZ23.6618.3212.41-
YUV119.45112.51166.91-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 47.93%
GREEN value IS 97 (38.28% from 255) = 26.72%
BLUE value IS 92 (36.33% from 255) = 25.34%
R=47.93%
G=26.72%
B=25.34%

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
Decimal174979200.440.470.323.6633.6152.16
HexAE615C02C2F2042234
Octal256141134054574044264
Binary10101110110000110111000101100101111100000100100010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE615C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE615C; }

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

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

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

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

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

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

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

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