#AE726C

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

Shades of Coral Tree #AE726C

Tints of Coral Tree #AE726C

Color information

#AE726C (or 0xAE726C) is unknown color: approx Coral Tree. HEX triplet: AE, 72 and 6C. RGB value is (174,114,108). Sum of RGB (Red+Green+Blue) = 174+114+108=396 (52% of max value = 765). Red value is 174 (68.36% from 255 or 43.94% from 396); Green value is 114 (44.92% from 255 or 28.79% from 396); Blue value is 108 (42.58% from 255 or 27.27% from 396); Max value from RGB is 174 - color contains mainly: red. Hex color #AE726C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE726C is #518D93. Grayscale: #838383. Windows color (decimal): -5344660 or 7107246. OLE color: 7107246.

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

Color convert

RGB174114108-
CMYK00.340.380.32
HSL5.45º28.95%55.29%-
HSV(B)5.45º37.93%68.24%-
XYZ26.1822.1217.08-
YUV131.26114.88158.49-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 43.94%
GREEN value IS 114 (44.92% from 255) = 28.79%
BLUE value IS 108 (42.58% from 255) = 27.27%
R=43.94%
G=28.79%
B=27.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.38
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17411410800.340.380.325.4528.9555.29
HexAE726C022262051d37
Octal256162154042464053567
Binary1010111011100101101100010001010011010000010111101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE726C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE726C; }

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

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

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

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

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

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

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

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