#AE675D

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

Shades of Coral Tree #AE675D

Tints of Coral Tree #AE675D

Color information

#AE675D (or 0xAE675D) is unknown color: approx Coral Tree. HEX triplet: AE, 67 and 5D. RGB value is (174,103,93). Sum of RGB (Red+Green+Blue) = 174+103+93=370 (49% of max value = 765). Red value is 174 (68.36% from 255 or 47.03% from 370); Green value is 103 (40.62% from 255 or 27.84% from 370); Blue value is 93 (36.72% from 255 or 25.14% from 370); Max value from RGB is 174 - color contains mainly: red. Hex color #AE675D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE675D is #5198A2. Grayscale: #7B7B7B. Windows color (decimal): -5347491 or 6121390. OLE color: 6121390.

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

Color convert

RGB17410393-
CMYK00.410.470.32
HSL7.41º33.33%52.35%-
HSV(B)7.41º46.55%68.24%-
XYZ24.2819.4912.84-
YUV123.09111.02164.31-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 47.03%
GREEN value IS 103 (40.62% from 255) = 27.84%
BLUE value IS 93 (36.72% from 255) = 25.14%
R=47.03%
G=27.84%
B=25.14%

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
Decimal1741039300.410.470.327.4133.3352.35
HexAE675D0292F2072134
Octal256147135051574074164
Binary10101110110011110111010101001101111100000111100001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE675D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE675D; }

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

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

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

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

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

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

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

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