#AE7272

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

Shades of Coral Tree #AE7272

Tints of Coral Tree #AE7272

Color information

#AE7272 (or 0xAE7272) is unknown color: approx Coral Tree. HEX triplet: AE, 72 and 72. RGB value is (174,114,114). Sum of RGB (Red+Green+Blue) = 174+114+114=402 (53% of max value = 765). Red value is 174 (68.36% from 255 or 43.28% from 402); Green value is 114 (44.92% from 255 or 28.36% from 402); Blue value is 114 (44.92% from 255 or 28.36% from 402); Max value from RGB is 174 - color contains mainly: red. Hex color #AE7272 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE7272 is #518D8D. Grayscale: #838383. Windows color (decimal): -5344654 or 7500462. OLE color: 7500462.

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

Color convert

RGB174114114-
CMYK00.340.340.32
HSL27.03%56.47%-
HSV(B)34.48%68.24%-
XYZ26.5122.2518.82-
YUV131.94117.88158-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 43.28%
GREEN value IS 114 (44.92% from 255) = 28.36%
BLUE value IS 114 (44.92% from 255) = 28.36%
R=43.28%
G=28.36%
B=28.36%

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
Decimal17411411400.340.340.32027.0356.47
HexAE7272022222001b38
Octal256162162042424003370
Binary10101110111001011100100100010100010100000011011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE7272

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE7272; }

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

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

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

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

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

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

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

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