#AE7372

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

Shades of Coral Tree #AE7372

Tints of Coral Tree #AE7372

Color information

#AE7372 (or 0xAE7372) is unknown color: approx Coral Tree. HEX triplet: AE, 73 and 72. RGB value is (174,115,114). Sum of RGB (Red+Green+Blue) = 174+115+114=403 (53% of max value = 765). Red value is 174 (68.36% from 255 or 43.18% from 403); Green value is 115 (45.31% from 255 or 28.54% from 403); Blue value is 114 (44.92% from 255 or 28.29% from 403); Max value from RGB is 174 - color contains mainly: red. Hex color #AE7372 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE7372 is #518C8D. Grayscale: #848484. Windows color (decimal): -5344398 or 7500718. OLE color: 7500718.

HSL color Cylindrical-coordinate representation of color #AE7372: hue angle of 1º degrees, saturation: 0.27, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #AE7372 is Cyan = 0, Magento = 0.34, Yellow = 0.34 and Black (K on CMYK) = 0.32.

Color convert

RGB174115114-
CMYK00.340.340.32
HSL27.03%56.47%-
HSV(B)34.48%68.24%-
XYZ26.6222.4818.85-
YUV132.53117.55157.58-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 43.18%
GREEN value IS 115 (45.31% from 255) = 28.54%
BLUE value IS 114 (44.92% from 255) = 28.29%
R=43.18%
G=28.54%
B=28.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.34
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17411511400.340.340.32127.0356.47
HexAE7372022222011b38
Octal256163162042424013370
Binary10101110111001111100100100010100010100000111011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE7372

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE7372; }

 p { color: rgb(174,115,114); }

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

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

 a { background-color: rgb(174,115,114); }

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

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

 span { border-color: rgb(174,115,114); }

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