#AE7066

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

Shades of Coral Tree #AE7066

Tints of Coral Tree #AE7066

Color information

#AE7066 (or 0xAE7066) is unknown color: approx Coral Tree. HEX triplet: AE, 70 and 66. RGB value is (174,112,102). Sum of RGB (Red+Green+Blue) = 174+112+102=388 (51% of max value = 765). Red value is 174 (68.36% from 255 or 44.85% from 388); Green value is 112 (44.14% from 255 or 28.87% from 388); Blue value is 102 (40.23% from 255 or 26.29% from 388); Max value from RGB is 174 - color contains mainly: red. Hex color #AE7066 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE7066 is #518F99. Grayscale: #818181. Windows color (decimal): -5345178 or 6713518. OLE color: 6713518.

HSL color Cylindrical-coordinate representation of color #AE7066: hue angle of 8.33º degrees, saturation: 0.31, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #AE7066 is Cyan = 0, Magento = 0.36, Yellow = 0.41 and Black (K on CMYK) = 0.32.

Color convert

RGB174112102-
CMYK00.360.410.32
HSL8.33º30.77%54.12%-
HSV(B)8.33º41.38%68.24%-
XYZ25.6521.5515.38-
YUV129.4112.54159.81-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 44.85%
GREEN value IS 112 (44.14% from 255) = 28.87%
BLUE value IS 102 (40.23% from 255) = 26.29%
R=44.85%
G=28.87%
B=26.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.41
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17411210200.360.410.328.3330.7754.12
HexAE7066024292081f36
Octal2561601460445140103766
Binary10101110111000011001100100100101001100000100011111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE7066

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE7066; }

 p { color: rgb(174,112,102); }

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

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

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

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

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

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

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