#AE7869

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

Shades of Coral Tree #AE7869

Tints of Coral Tree #AE7869

Color information

#AE7869 (or 0xAE7869) is unknown color: approx Coral Tree. HEX triplet: AE, 78 and 69. RGB value is (174,120,105). Sum of RGB (Red+Green+Blue) = 174+120+105=399 (52% of max value = 765). Red value is 174 (68.36% from 255 or 43.61% from 399); Green value is 120 (47.27% from 255 or 30.08% from 399); Blue value is 105 (41.41% from 255 or 26.32% from 399); Max value from RGB is 174 - color contains mainly: red. Hex color #AE7869 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE7869 is #518796. Grayscale: #868686. Windows color (decimal): -5343127 or 6912174. OLE color: 6912174.

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

Color convert

RGB174120105-
CMYK00.310.400.32
HSL13.04º29.87%54.71%-
HSV(B)13.04º39.66%68.24%-
XYZ26.7223.4516.48-
YUV134.44111.39156.22-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 43.61%
GREEN value IS 120 (47.27% from 255) = 30.08%
BLUE value IS 105 (41.41% from 255) = 26.32%
R=43.61%
G=30.08%
B=26.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.40
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17412010500.310.400.3213.0429.8754.71
HexAE786901F2820d1e37
Octal2561701510375040153667
Binary1010111011110001101001011111101000100000110111110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE7869

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE7869; }

 p { color: rgb(174,120,105); }

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

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

 a { background-color: rgb(174,120,105); }

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

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

 span { border-color: rgb(174,120,105); }

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