#AE7471

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

Shades of Coral Tree #AE7471

Tints of Coral Tree #AE7471

Color information

#AE7471 (or 0xAE7471) is unknown color: approx Coral Tree. HEX triplet: AE, 74 and 71. RGB value is (174,116,113). Sum of RGB (Red+Green+Blue) = 174+116+113=403 (53% of max value = 765). Red value is 174 (68.36% from 255 or 43.18% from 403); Green value is 116 (45.70% from 255 or 28.78% from 403); Blue value is 113 (44.53% from 255 or 28.04% from 403); Max value from RGB is 174 - color contains mainly: red. Hex color #AE7471 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE7471 is #518B8E. Grayscale: #858585. Windows color (decimal): -5344143 or 7435438. OLE color: 7435438.

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

Color convert

RGB174116113-
CMYK00.330.350.32
HSL2.95º27.35%56.27%-
HSV(B)2.95º35.06%68.24%-
XYZ26.6822.6818.59-
YUV133116.72157.24-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 43.18%
GREEN value IS 116 (45.70% from 255) = 28.78%
BLUE value IS 113 (44.53% from 255) = 28.04%
R=43.18%
G=28.78%
B=28.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.35
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17411611300.330.350.322.9527.3556.27
HexAE7471021232031b38
Octal256164161041434033370
Binary101011101110100111000101000011000111000001111011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE7471

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE7471; }

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

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

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

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

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

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

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

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