#ae6d5f

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

Shades of Coral Tree #AE6D5F

Tints of Coral Tree #AE6D5F

Color information

#AE6D5F (or 0xAE6D5F) is unknown color: approx Coral Tree. HEX triplet: AE, 6D and 5F. RGB value is (174,109,95). Sum of RGB (Red+Green+Blue) = 174+109+95=378 (50% of max value = 765). Red value is 174 (68.36% from 255 or 46.03% from 378); Green value is 109 (42.97% from 255 or 28.84% from 378); Blue value is 95 (37.5% from 255 or 25.13% from 378); Max value from RGB is 174 - color contains mainly: red. Hex color #AE6D5F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE6D5F is #5192A0. Grayscale: #7E7E7E. Windows color (decimal): -5345953 or 6253998. OLE color: 6253998.

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

Color convert

RGB17410995-
CMYK00.370.450.32
HSL10.63º32.78%52.75%-
HSV(B)10.63º45.4%68.24%-
XYZ24.9920.7613.52-
YUV126.84110.03161.64-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 46.03%
GREEN value IS 109 (42.97% from 255) = 28.84%
BLUE value IS 95 (37.5% from 255) = 25.13%
R=46.03%
G=28.84%
B=25.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.45
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1741099500.370.450.3210.6332.7852.75
HexAE6D5F0252D20b2135
Octal2561551370455540134165
Binary101011101101101101111101001011011011000001011100001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ae6d5f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ae6d5f; }

 p { color: rgb(174,109,95); }

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

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

 a { background-color: rgb(174,109,95); }

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

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

 span { border-color: rgb(174,109,95); }

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