#AE756A

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

Shades of Coral Tree #AE756A

Tints of Coral Tree #AE756A

Color information

#AE756A (or 0xAE756A) is unknown color: approx Coral Tree. HEX triplet: AE, 75 and 6A. RGB value is (174,117,106). Sum of RGB (Red+Green+Blue) = 174+117+106=397 (52% of max value = 765). Red value is 174 (68.36% from 255 or 43.83% from 397); Green value is 117 (46.09% from 255 or 29.47% from 397); Blue value is 106 (41.80% from 255 or 26.70% from 397); Max value from RGB is 174 - color contains mainly: red. Hex color #AE756A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE756A is #518A95. Grayscale: #848484. Windows color (decimal): -5343894 or 6976942. OLE color: 6976942.

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

Color convert

RGB174117106-
CMYK00.330.390.32
HSL9.71º29.57%54.9%-
HSV(B)9.71º39.08%68.24%-
XYZ26.4222.7616.64-
YUV132.79112.88157.39-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 43.83%
GREEN value IS 117 (46.09% from 255) = 29.47%
BLUE value IS 106 (41.80% from 255) = 26.70%
R=43.83%
G=29.47%
B=26.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.39
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17411710600.330.390.329.7129.5754.9
HexAE756A0212720a1e37
Octal2561651520414740123667
Binary10101110111010111010100100001100111100000101011110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE756A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE756A; }

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

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

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

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

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

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

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

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