#AE756D

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

Shades of Coral Tree #AE756D

Tints of Coral Tree #AE756D

Color information

#AE756D (or 0xAE756D) is unknown color: approx Coral Tree. HEX triplet: AE, 75 and 6D. RGB value is (174,117,109). Sum of RGB (Red+Green+Blue) = 174+117+109=400 (52% of max value = 765). Red value is 174 (68.36% from 255 or 43.5% from 400); Green value is 117 (46.09% from 255 or 29.25% from 400); Blue value is 109 (42.97% from 255 or 27.25% from 400); Max value from RGB is 174 - color contains mainly: red. Hex color #AE756D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE756D is #518A92. Grayscale: #858585. Windows color (decimal): -5343891 or 7173550. OLE color: 7173550.

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

Color convert

RGB174117109-
CMYK00.330.370.32
HSL7.38º28.63%55.49%-
HSV(B)7.38º37.36%68.24%-
XYZ26.5822.8317.47-
YUV133.13114.38157.15-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 43.5%
GREEN value IS 117 (46.09% from 255) = 29.25%
BLUE value IS 109 (42.97% from 255) = 27.25%
R=43.5%
G=29.25%
B=27.25%

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
Decimal17411710900.330.370.327.3828.6355.49
HexAE756D021252071d37
Octal256165155041454073567
Binary1010111011101011101101010000110010110000011111101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE756D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE756D; }

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

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

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

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

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

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

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

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