#AE6E5D

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

Shades of Coral Tree #AE6E5D

Tints of Coral Tree #AE6E5D

Color information

#AE6E5D (or 0xAE6E5D) is unknown color: approx Coral Tree. HEX triplet: AE, 6E and 5D. RGB value is (174,110,93). Sum of RGB (Red+Green+Blue) = 174+110+93=377 (49% of max value = 765). Red value is 174 (68.36% from 255 or 46.15% from 377); Green value is 110 (43.36% from 255 or 29.18% from 377); Blue value is 93 (36.72% from 255 or 24.67% from 377); Max value from RGB is 174 - color contains mainly: red. Hex color #AE6E5D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE6E5D is #5191A2. Grayscale: #7F7F7F. Windows color (decimal): -5345699 or 6123182. OLE color: 6123182.

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

Color convert

RGB17411093-
CMYK00.370.470.32
HSL12.59º33.33%52.35%-
HSV(B)12.59º46.55%68.24%-
XYZ25.0120.9413.08-
YUV127.2108.7161.38-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 46.15%
GREEN value IS 110 (43.36% from 255) = 29.18%
BLUE value IS 93 (36.72% from 255) = 24.67%
R=46.15%
G=29.18%
B=24.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.47
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1741109300.370.470.3212.5933.3352.35
HexAE6E5D0252F20d2134
Octal2561561350455740154164
Binary101011101101110101110101001011011111000001101100001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE6E5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE6E5D; }

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

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

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

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

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

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

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

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