#AE746D

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

Shades of Coral Tree #AE746D

Tints of Coral Tree #AE746D

Color information

#AE746D (or 0xAE746D) is unknown color: approx Coral Tree. HEX triplet: AE, 74 and 6D. RGB value is (174,116,109). Sum of RGB (Red+Green+Blue) = 174+116+109=399 (52% of max value = 765). Red value is 174 (68.36% from 255 or 43.61% from 399); Green value is 116 (45.70% from 255 or 29.07% from 399); Blue value is 109 (42.97% from 255 or 27.32% from 399); Max value from RGB is 174 - color contains mainly: red. Hex color #AE746D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE746D is #518B92. Grayscale: #848484. Windows color (decimal): -5344147 or 7173294. OLE color: 7173294.

HSL color Cylindrical-coordinate representation of color #AE746D: hue angle of 6.46º degrees, saturation: 0.29, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #AE746D is Cyan = 0, Magento = 0.33, Yellow = 0.37 and Black (K on CMYK) = 0.32.

Color convert

RGB174116109-
CMYK00.330.370.32
HSL6.46º28.63%55.49%-
HSV(B)6.46º37.36%68.24%-
XYZ26.4622.5917.43-
YUV132.54114.72157.57-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 43.61%
GREEN value IS 116 (45.70% from 255) = 29.07%
BLUE value IS 109 (42.97% from 255) = 27.32%
R=43.61%
G=29.07%
B=27.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.37
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17411610900.330.370.326.4628.6355.49
HexAE746D021252061d37
Octal256164155041454063567
Binary1010111011101001101101010000110010110000011011101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE746D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE746D; }

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

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

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

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

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

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

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

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