#AE716E

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

Shades of Coral Tree #AE716E

Tints of Coral Tree #AE716E

Color information

#AE716E (or 0xAE716E) is unknown color: approx Coral Tree. HEX triplet: AE, 71 and 6E. RGB value is (174,113,110). Sum of RGB (Red+Green+Blue) = 174+113+110=397 (52% of max value = 765). Red value is 174 (68.36% from 255 or 43.83% from 397); Green value is 113 (44.53% from 255 or 28.46% from 397); Blue value is 110 (43.36% from 255 or 27.71% from 397); Max value from RGB is 174 - color contains mainly: red. Hex color #AE716E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE716E is #518E91. Grayscale: #828282. Windows color (decimal): -5344914 or 7238062. OLE color: 7238062.

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

Color convert

RGB174113110-
CMYK00.350.370.32
HSL2.81º28.32%55.69%-
HSV(B)2.81º36.78%68.24%-
XYZ26.1821.9317.61-
YUV130.9116.21158.74-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 43.83%
GREEN value IS 113 (44.53% from 255) = 28.46%
BLUE value IS 110 (43.36% from 255) = 27.71%
R=43.83%
G=28.46%
B=27.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.37
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17411311000.350.370.322.8128.3255.69
HexAE716E023252031c38
Octal256161156043454033470
Binary101011101110001110111001000111001011000001111100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE716E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE716E; }

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

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

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

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

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

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

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

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