#AE645E

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

Shades of Coral Tree #AE645E

Tints of Coral Tree #AE645E

Color information

#AE645E (or 0xAE645E) is unknown color: approx Coral Tree. HEX triplet: AE, 64 and 5E. RGB value is (174,100,94). Sum of RGB (Red+Green+Blue) = 174+100+94=368 (48% of max value = 765). Red value is 174 (68.36% from 255 or 47.28% from 368); Green value is 100 (39.45% from 255 or 27.17% from 368); Blue value is 94 (37.11% from 255 or 25.54% from 368); Max value from RGB is 174 - color contains mainly: red. Hex color #AE645E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE645E is #519BA1. Grayscale: #797979. Windows color (decimal): -5348258 or 6186158. OLE color: 6186158.

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

Color convert

RGB17410094-
CMYK00.430.460.32
HSL4.5º33.06%52.55%-
HSV(B)4.5º45.98%68.24%-
XYZ24.0318.9212.98-
YUV121.44112.52165.49-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 47.28%
GREEN value IS 100 (39.45% from 255) = 27.17%
BLUE value IS 94 (37.11% from 255) = 25.54%
R=47.28%
G=27.17%
B=25.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.46
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1741009400.430.460.324.533.0652.55
HexAE645E02B2E2052135
Octal256144136053564054165
Binary10101110110010010111100101011101110100000101100001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE645E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE645E; }

 p { color: rgb(174,100,94); }

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

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

 a { background-color: rgb(174,100,94); }

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

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

 span { border-color: rgb(174,100,94); }

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