#AE6D5E

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

Shades of Coral Tree #AE6D5E

Tints of Coral Tree #AE6D5E

Color information

#AE6D5E (or 0xAE6D5E) is unknown color: approx Coral Tree. HEX triplet: AE, 6D and 5E. RGB value is (174,109,94). Sum of RGB (Red+Green+Blue) = 174+109+94=377 (49% of max value = 765). Red value is 174 (68.36% from 255 or 46.15% from 377); Green value is 109 (42.97% from 255 or 28.91% from 377); Blue value is 94 (37.11% from 255 or 24.93% from 377); Max value from RGB is 174 - color contains mainly: red. Hex color #AE6D5E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE6D5E is #5192A1. Grayscale: #7E7E7E. Windows color (decimal): -5345954 or 6188462. OLE color: 6188462.

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

Color convert

RGB17410994-
CMYK00.370.460.32
HSL11.25º33.06%52.55%-
HSV(B)11.25º45.98%68.24%-
XYZ24.9420.7413.28-
YUV126.72109.53161.72-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 46.15%
GREEN value IS 109 (42.97% from 255) = 28.91%
BLUE value IS 94 (37.11% from 255) = 24.93%
R=46.15%
G=28.91%
B=24.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.46
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1741099400.370.460.3211.2533.0652.55
HexAE6D5E0252E20b2135
Octal2561551360455640134165
Binary101011101101101101111001001011011101000001011100001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE6D5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE6D5E; }

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

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

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

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

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

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

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

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