#AE7B6D

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

Shades of Coral Tree #AE7B6D

Tints of Coral Tree #AE7B6D

Color information

#AE7B6D (or 0xAE7B6D) is unknown color: approx Coral Tree. HEX triplet: AE, 7B and 6D. RGB value is (174,123,109). Sum of RGB (Red+Green+Blue) = 174+123+109=406 (53% of max value = 765). Red value is 174 (68.36% from 255 or 42.86% from 406); Green value is 123 (48.44% from 255 or 30.30% from 406); Blue value is 109 (42.97% from 255 or 26.85% from 406); Max value from RGB is 174 - color contains mainly: red. Hex color #AE7B6D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE7B6D is #518492. Grayscale: #888888. Windows color (decimal): -5342355 or 7175086. OLE color: 7175086.

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

Color convert

RGB174123109-
CMYK00.290.370.32
HSL12.92º28.63%55.49%-
HSV(B)12.92º37.36%68.24%-
XYZ27.324.2717.71-
YUV136.65112.4154.64-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 42.86%
GREEN value IS 123 (48.44% from 255) = 30.30%
BLUE value IS 109 (42.97% from 255) = 26.85%
R=42.86%
G=30.30%
B=26.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.37
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17412310900.290.370.3212.9228.6355.49
HexAE7B6D01D2520d1d37
Octal2561731550354540153567
Binary1010111011110111101101011101100101100000110111101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE7B6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE7B6D; }

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

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

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

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

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

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

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

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