#AE6863

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

Shades of Coral Tree #AE6863

Tints of Coral Tree #AE6863

Color information

#AE6863 (or 0xAE6863) is unknown color: approx Coral Tree. HEX triplet: AE, 68 and 63. RGB value is (174,104,99). Sum of RGB (Red+Green+Blue) = 174+104+99=377 (49% of max value = 765). Red value is 174 (68.36% from 255 or 46.15% from 377); Green value is 104 (41.02% from 255 or 27.59% from 377); Blue value is 99 (39.06% from 255 or 26.26% from 377); Max value from RGB is 174 - color contains mainly: red. Hex color #AE6863 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE6863 is #51979C. Grayscale: #7C7C7C. Windows color (decimal): -5347229 or 6514862. OLE color: 6514862.

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

Color convert

RGB17410499-
CMYK00.400.430.32
HSL31.65%53.53%-
HSV(B)43.1%68.24%-
XYZ24.6619.814.33-
YUV124.36113.69163.41-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 46.15%
GREEN value IS 104 (41.02% from 255) = 27.59%
BLUE value IS 99 (39.06% from 255) = 26.26%
R=46.15%
G=27.59%
B=26.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.43
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1741049900.400.430.32431.6553.53
HexAE68630282B2042036
Octal256150143050534044066
Binary10101110110100011000110101000101011100000100100000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE6863

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE6863; }

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

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

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

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

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

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

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

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