#AE766C

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

Shades of Coral Tree #AE766C

Tints of Coral Tree #AE766C

Color information

#AE766C (or 0xAE766C) is unknown color: approx Coral Tree. HEX triplet: AE, 76 and 6C. RGB value is (174,118,108). Sum of RGB (Red+Green+Blue) = 174+118+108=400 (52% of max value = 765). Red value is 174 (68.36% from 255 or 43.5% from 400); Green value is 118 (46.48% from 255 or 29.5% from 400); Blue value is 108 (42.58% from 255 or 27% from 400); Max value from RGB is 174 - color contains mainly: red. Hex color #AE766C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE766C is #518993. Grayscale: #858585. Windows color (decimal): -5343636 or 7108270. OLE color: 7108270.

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

Color convert

RGB174118108-
CMYK00.320.380.32
HSL9.09º28.95%55.29%-
HSV(B)9.09º37.93%68.24%-
XYZ26.6423.0417.23-
YUV133.6113.55156.81-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 43.5%
GREEN value IS 118 (46.48% from 255) = 29.5%
BLUE value IS 108 (42.58% from 255) = 27%
R=43.5%
G=29.5%
B=27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.38
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17411810800.320.380.329.0928.9555.29
HexAE766C020262091d37
Octal2561661540404640113567
Binary10101110111011011011000100000100110100000100111101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE766C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE766C; }

 p { color: rgb(174,118,108); }

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

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

 a { background-color: rgb(174,118,108); }

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

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

 span { border-color: rgb(174,118,108); }

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