#AE7465

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

Shades of Coral Tree #AE7465

Tints of Coral Tree #AE7465

Color information

#AE7465 (or 0xAE7465) is unknown color: approx Coral Tree. HEX triplet: AE, 74 and 65. RGB value is (174,116,101). Sum of RGB (Red+Green+Blue) = 174+116+101=391 (51% of max value = 765). Red value is 174 (68.36% from 255 or 44.50% from 391); Green value is 116 (45.70% from 255 or 29.67% from 391); Blue value is 101 (39.84% from 255 or 25.83% from 391); Max value from RGB is 174 - color contains mainly: red. Hex color #AE7465 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE7465 is #518B9A. Grayscale: #838383. Windows color (decimal): -5344155 or 6649006. OLE color: 6649006.

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

Color convert

RGB174116101-
CMYK00.330.420.32
HSL12.33º31.06%53.92%-
HSV(B)12.33º41.95%68.24%-
XYZ26.0522.4315.27-
YUV131.63110.72158.22-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 44.50%
GREEN value IS 116 (45.70% from 255) = 29.67%
BLUE value IS 101 (39.84% from 255) = 25.83%
R=44.50%
G=29.67%
B=25.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.42
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17411610100.330.420.3212.3331.0653.92
HexAE74650212A20c1f36
Octal2561641450415240143766
Binary10101110111010011001010100001101010100000110011111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE7465

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE7465; }

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

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

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

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

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

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

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

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