#AE776A

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

Shades of Coral Tree #AE776A

Tints of Coral Tree #AE776A

Color information

#AE776A (or 0xAE776A) is unknown color: approx Coral Tree. HEX triplet: AE, 77 and 6A. RGB value is (174,119,106). Sum of RGB (Red+Green+Blue) = 174+119+106=399 (52% of max value = 765). Red value is 174 (68.36% from 255 or 43.61% from 399); Green value is 119 (46.88% from 255 or 29.82% from 399); Blue value is 106 (41.80% from 255 or 26.57% from 399); Max value from RGB is 174 - color contains mainly: red. Hex color #AE776A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE776A is #518895. Grayscale: #868686. Windows color (decimal): -5343382 or 6977454. OLE color: 6977454.

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

Color convert

RGB174119106-
CMYK00.320.390.32
HSL11.47º29.57%54.9%-
HSV(B)11.47º39.08%68.24%-
XYZ26.6523.2316.72-
YUV133.96112.22156.56-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 43.61%
GREEN value IS 119 (46.88% from 255) = 29.82%
BLUE value IS 106 (41.80% from 255) = 26.57%
R=43.61%
G=29.82%
B=26.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.39
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17411910600.320.390.3211.4729.5754.9
HexAE776A0202720b1e37
Octal2561671520404740133667
Binary10101110111011111010100100000100111100000101111110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE776A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE776A; }

 p { color: rgb(174,119,106); }

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

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

 a { background-color: rgb(174,119,106); }

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

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

 span { border-color: rgb(174,119,106); }

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