#AE665D

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

Shades of Coral Tree #AE665D

Tints of Coral Tree #AE665D

Color information

#AE665D (or 0xAE665D) is unknown color: approx Coral Tree. HEX triplet: AE, 66 and 5D. RGB value is (174,102,93). Sum of RGB (Red+Green+Blue) = 174+102+93=369 (48% of max value = 765). Red value is 174 (68.36% from 255 or 47.15% from 369); Green value is 102 (40.23% from 255 or 27.64% from 369); Blue value is 93 (36.72% from 255 or 25.20% from 369); Max value from RGB is 174 - color contains mainly: red. Hex color #AE665D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE665D is #5199A2. Grayscale: #7A7A7A. Windows color (decimal): -5347747 or 6121134. OLE color: 6121134.

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

Color convert

RGB17410293-
CMYK00.410.470.32
HSL6.67º33.33%52.35%-
HSV(B)6.67º46.55%68.24%-
XYZ24.1819.2912.81-
YUV122.5111.35164.73-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 47.15%
GREEN value IS 102 (40.23% from 255) = 27.64%
BLUE value IS 93 (36.72% from 255) = 25.20%
R=47.15%
G=27.64%
B=25.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.47
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1741029300.410.470.326.6733.3352.35
HexAE665D0292F2072134
Octal256146135051574074164
Binary10101110110011010111010101001101111100000111100001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE665D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE665D; }

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

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

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

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

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

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

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

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