#AE7260

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

Shades of Coral Tree #AE7260

Tints of Coral Tree #AE7260

Color information

#AE7260 (or 0xAE7260) is unknown color: approx Coral Tree. HEX triplet: AE, 72 and 60. RGB value is (174,114,96). Sum of RGB (Red+Green+Blue) = 174+114+96=384 (50% of max value = 765). Red value is 174 (68.36% from 255 or 45.31% from 384); Green value is 114 (44.92% from 255 or 29.69% from 384); Blue value is 96 (37.89% from 255 or 25% from 384); Max value from RGB is 174 - color contains mainly: red. Hex color #AE7260 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE7260 is #518D9F. Grayscale: #828282. Windows color (decimal): -5344672 or 6320814. OLE color: 6320814.

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

Color convert

RGB17411496-
CMYK00.340.450.32
HSL13.85º32.5%52.94%-
HSV(B)13.85º44.83%68.24%-
XYZ25.5821.8813.94-
YUV129.89108.88159.46-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 45.31%
GREEN value IS 114 (44.92% from 255) = 29.69%
BLUE value IS 96 (37.89% from 255) = 25%
R=45.31%
G=29.69%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.45
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1741149600.340.450.3213.8532.552.94
HexAE72600222D20e2035
Octal2561621400425540164065
Binary101011101110010110000001000101011011000001110100000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE7260

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE7260; }

 p { color: rgb(174,114,96); }

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

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

 a { background-color: rgb(174,114,96); }

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

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

 span { border-color: rgb(174,114,96); }

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