#AE7061

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

Shades of Coral Tree #AE7061

Tints of Coral Tree #AE7061

Color information

#AE7061 (or 0xAE7061) is unknown color: approx Coral Tree. HEX triplet: AE, 70 and 61. RGB value is (174,112,97). Sum of RGB (Red+Green+Blue) = 174+112+97=383 (50% of max value = 765). Red value is 174 (68.36% from 255 or 45.43% from 383); Green value is 112 (44.14% from 255 or 29.24% from 383); Blue value is 97 (38.28% from 255 or 25.33% from 383); Max value from RGB is 174 - color contains mainly: red. Hex color #AE7061 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE7061 is #518F9E. Grayscale: #808080. Windows color (decimal): -5345183 or 6385838. OLE color: 6385838.

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

Color convert

RGB17411297-
CMYK00.360.440.32
HSL11.69º32.22%53.14%-
HSV(B)11.69º44.25%68.24%-
XYZ25.4121.4514.11-
YUV128.83110.04160.22-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 45.43%
GREEN value IS 112 (44.14% from 255) = 29.24%
BLUE value IS 97 (38.28% from 255) = 25.33%
R=45.43%
G=29.24%
B=25.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.44
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1741129700.360.440.3211.6932.2253.14
HexAE70610242C20c2035
Octal2561601410445440144065
Binary101011101110000110000101001001011001000001100100000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE7061

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE7061; }

 p { color: rgb(174,112,97); }

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

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

 a { background-color: rgb(174,112,97); }

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

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

 span { border-color: rgb(174,112,97); }

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