#AE7572

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

Shades of Coral Tree #AE7572

Tints of Coral Tree #AE7572

Color information

#AE7572 (or 0xAE7572) is unknown color: approx Coral Tree. HEX triplet: AE, 75 and 72. RGB value is (174,117,114). Sum of RGB (Red+Green+Blue) = 174+117+114=405 (53% of max value = 765). Red value is 174 (68.36% from 255 or 42.96% from 405); Green value is 117 (46.09% from 255 or 28.89% from 405); Blue value is 114 (44.92% from 255 or 28.15% from 405); Max value from RGB is 174 - color contains mainly: red. Hex color #AE7572 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE7572 is #518A8D. Grayscale: #858585. Windows color (decimal): -5343886 or 7501230. OLE color: 7501230.

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

Color convert

RGB174117114-
CMYK00.330.340.32
HSL27.03%56.47%-
HSV(B)34.48%68.24%-
XYZ26.8522.9418.93-
YUV133.7116.88156.74-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 42.96%
GREEN value IS 117 (46.09% from 255) = 28.89%
BLUE value IS 114 (44.92% from 255) = 28.15%
R=42.96%
G=28.89%
B=28.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.34
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17411711400.330.340.32327.0356.47
HexAE7572021222031b38
Octal256165162041424033370
Binary101011101110101111001001000011000101000001111011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE7572

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE7572; }

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

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

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

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

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

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

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

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