#AE615A

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

Shades of Coral Tree #AE615A

Tints of Coral Tree #AE615A

Color information

#AE615A (or 0xAE615A) is unknown color: approx Coral Tree. HEX triplet: AE, 61 and 5A. RGB value is (174,97,90). Sum of RGB (Red+Green+Blue) = 174+97+90=361 (47% of max value = 765). Red value is 174 (68.36% from 255 or 48.20% from 361); Green value is 97 (38.28% from 255 or 26.87% from 361); Blue value is 90 (35.55% from 255 or 24.93% from 361); Max value from RGB is 174 - color contains mainly: red. Hex color #AE615A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE615A is #519EA5. Grayscale: #777777. Windows color (decimal): -5349030 or 5923246. OLE color: 5923246.

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

Color convert

RGB1749790-
CMYK00.440.480.32
HSL34.15%51.76%-
HSV(B)48.28%68.24%-
XYZ23.5818.2911.96-
YUV119.22111.51167.07-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 48.20%
GREEN value IS 97 (38.28% from 255) = 26.87%
BLUE value IS 90 (35.55% from 255) = 24.93%
R=48.20%
G=26.87%
B=24.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.48
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal174979000.440.480.32534.1551.76
HexAE615A02C302052234
Octal256141132054604054264
Binary10101110110000110110100101100110000100000101100010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE615A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE615A; }

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

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

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

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

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

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

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

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