#AE7A6C

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

Shades of Coral Tree #AE7A6C

Tints of Coral Tree #AE7A6C

Color information

#AE7A6C (or 0xAE7A6C) is unknown color: approx Coral Tree. HEX triplet: AE, 7A and 6C. RGB value is (174,122,108). Sum of RGB (Red+Green+Blue) = 174+122+108=404 (53% of max value = 765). Red value is 174 (68.36% from 255 or 43.07% from 404); Green value is 122 (48.05% from 255 or 30.20% from 404); Blue value is 108 (42.58% from 255 or 26.73% from 404); Max value from RGB is 174 - color contains mainly: red. Hex color #AE7A6C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE7A6C is #518593. Grayscale: #888888. Windows color (decimal): -5342612 or 7109294. OLE color: 7109294.

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

Color convert

RGB174122108-
CMYK00.300.380.32
HSL12.73º28.95%55.29%-
HSV(B)12.73º37.93%68.24%-
XYZ27.122417.39-
YUV135.95112.23155.14-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 43.07%
GREEN value IS 122 (48.05% from 255) = 30.20%
BLUE value IS 108 (42.58% from 255) = 26.73%
R=43.07%
G=30.20%
B=26.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.38
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17412210800.300.380.3212.7328.9555.29
HexAE7A6C01E2620d1d37
Octal2561721540364640153567
Binary1010111011110101101100011110100110100000110111101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE7A6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE7A6C; }

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

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

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

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

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

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

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

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