#AE6866

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

Shades of Coral Tree #AE6866

Tints of Coral Tree #AE6866

Color information

#AE6866 (or 0xAE6866) is unknown color: approx Coral Tree. HEX triplet: AE, 68 and 66. RGB value is (174,104,102). Sum of RGB (Red+Green+Blue) = 174+104+102=380 (50% of max value = 765). Red value is 174 (68.36% from 255 or 45.79% from 380); Green value is 104 (41.02% from 255 or 27.37% from 380); Blue value is 102 (40.23% from 255 or 26.84% from 380); Max value from RGB is 174 - color contains mainly: red. Hex color #AE6866 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE6866 is #519799. Grayscale: #7C7C7C. Windows color (decimal): -5347226 or 6711470. OLE color: 6711470.

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

Color convert

RGB174104102-
CMYK00.400.410.32
HSL1.67º30.77%54.12%-
HSV(B)1.67º41.38%68.24%-
XYZ24.819.8615.1-
YUV124.7115.19163.16-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 45.79%
GREEN value IS 104 (41.02% from 255) = 27.37%
BLUE value IS 102 (40.23% from 255) = 26.84%
R=45.79%
G=27.37%
B=26.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.41
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17410410200.400.410.321.6730.7754.12
HexAE6866028292021f36
Octal256150146050514023766
Binary101011101101000110011001010001010011000001011111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE6866

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE6866; }

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

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

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

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

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

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

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

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