#AE6C5E

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

Shades of Coral Tree #AE6C5E

Tints of Coral Tree #AE6C5E

Color information

#AE6C5E (or 0xAE6C5E) is unknown color: approx Coral Tree. HEX triplet: AE, 6C and 5E. RGB value is (174,108,94). Sum of RGB (Red+Green+Blue) = 174+108+94=376 (49% of max value = 765). Red value is 174 (68.36% from 255 or 46.28% from 376); Green value is 108 (42.58% from 255 or 28.72% from 376); Blue value is 94 (37.11% from 255 or 25% from 376); Max value from RGB is 174 - color contains mainly: red. Hex color #AE6C5E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE6C5E is #5193A1. Grayscale: #7E7E7E. Windows color (decimal): -5346210 or 6188206. OLE color: 6188206.

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

Color convert

RGB17410894-
CMYK00.380.460.32
HSL10.5º33.06%52.55%-
HSV(B)10.5º45.98%68.24%-
XYZ24.8420.5313.24-
YUV126.14109.87162.14-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 46.28%
GREEN value IS 108 (42.58% from 255) = 28.72%
BLUE value IS 94 (37.11% from 255) = 25%
R=46.28%
G=28.72%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.46
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1741089400.380.460.3210.533.0652.55
HexAE6C5E0262E20a2135
Octal2561541360465640124165
Binary101011101101100101111001001101011101000001010100001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE6C5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE6C5E; }

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

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

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

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

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

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

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

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